-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 874 Bytes
/
package.json
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
{
"name": "wasmrogue",
"version": "0.1.13",
"description": "WASM rogue!",
"main": "index.js",
"scripts": {
"wasm:pp": "ts-node src/build/preprocess.ts",
"wasm:watch": "watch \"npm run make\" assembly",
"make": "jake",
"rollup": "rollup -c",
"start": "rollup -cw",
"watch": "rollup -cw"
},
"author": "Lag.Com <[email protected]>",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-typescript": "^8.2.5",
"@rollup/plugin-url": "^6.1.0",
"@types/jake": "^0.0.33",
"@types/watch": "^1.0.2",
"glob": "^7.1.7",
"jake": "^10.8.2",
"rollup": "^2.55.1",
"rollup-plugin-serve": "^1.1.0",
"ts-node": "^10.1.0",
"wat2wasm": "^3.0.0",
"watch": "^0.13.0"
},
"dependencies": {
"wglt": "^0.2.5"
}
}