-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 842 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"scripts": {
"build-api": "rollup -c --bundleConfigAsCjs",
"build-docs": "node docs/build-docs.js"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"glob": "^11.0.3",
"jsdoc-to-markdown": "^9.1.1",
"rollup": "^4.44.2",
"terser": "^5.43.1"
},
"name": "octos",
"version": "1.0.0",
"description": "HTML-powered dynamic desktop engine.",
"main": "octos.min.js",
"keywords": [
"js",
"desktop",
"wallpaper",
"octos"
],
"author": "underpig1",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/underpig1/octos.git"
},
"homepage": "https://underpig1.github.io/octos/",
"files": [
"octos.min.js",
"LICENSE",
"README.md"
]
}