-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 772 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 772 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
{
"name": "asteroid-colonies",
"version": "1.0.0",
"description": "<div align=\"center\">",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"build": "rimraf dist/js && rollup --bundleConfigAsCjs --config",
"watch": "rimraf dist/js && rollup --bundleConfigAsCjs --config --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-url": "^8.0.2",
"@wasm-tool/rollup-plugin-rust": "^2.4.5",
"rimraf": "^5.0.5",
"rollup": "^4.9.6",
"rollup-plugin-css-only": "^4.5.2",
"rollup-plugin-svelte": "^7.2.0",
"svelte": "^4.2.12"
}
}