forked from SUNRUSE-Junk-Drawer/SprigganRS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.05 KB
/
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
35
36
37
38
39
40
{
"name": "sprigganrs",
"version": "0.0.0",
"description": "A \"reactive\" event-driven web game engine",
"scripts": {
"watch": "ts-node --project build/tsconfig.json build/watch",
"oneOff": "ts-node --project build/tsconfig.json build/oneOff"
},
"repository": {
"type": "git",
"url": "https://github.com/SUNRUSE/SprigganRS"
},
"devDependencies": {
"@types/chokidar": "^1.7.5",
"@types/express": "^4.16.0",
"@types/favicons": "^5.1.0",
"@types/html-minifier": "^3.5.2",
"@types/mkdirp": "^0.5.2",
"@types/rimraf": "^2.0.2",
"@types/svgo": "^1.0.1",
"archiver": "3.0.0",
"chokidar": "2.0.4",
"exec-buffer": "3.2.0",
"express": "4.16.4",
"favicons": "5.3.0",
"html-minifier": "3.5.21",
"is-png": "1.1.0",
"lamejs": "^1.2.0",
"libvorbis.js": "^1.1.2",
"mkdirp": "0.5.1",
"node-wav": "0.0.2",
"pngcrush-bin": "4.0.0",
"rimraf": "2.6.2",
"svgo": "1.1.1",
"ts-node": "^7.0.1",
"typescript": "^3.2.2",
"uglify-js": "3.4.9",
"xml-js": "^1.6.8"
}
}