forked from SONIC3D/gdi-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.24 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
{
"name": "gdi-utils",
"version": "1.0.0",
"description": "Dreamcast GDI disc image utilities project",
"main": "index.js",
"scripts": {
"postinstall": "cpx \"custom_types/@types/**/*\" node_modules/@types",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p ./tsconfig.json",
"runnode1": "(export NODE_DEBUG=GDILayout,GDITrack,GDITrackContent || set NODE_DEBUG=GDILayout,GDITrack,GDITrackContent) && node bin/bin-nodejs/index.js \"./test.gdi\" 0 \"./testoutput\"",
"runnode_debug": "node %NODE_DEBUG_OPTION% bin/bin-nodejs/index.js",
"buildweb": "tsc -p ./tsconfig.web.json"
},
"author": "SONIC3D",
"license": "ISC",
"devDependencies": {
"@types/node": "^6.0.85",
"ascli": "^1.0.1",
"browser-sync": "^2.14.0",
"cpx": "^1.5.0",
"glob": "^7.0.6",
"glob-array": "^0.1.2",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-copy": "0.0.2",
"gulp-pngquant": "^1.0.10",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-typescript": "^3.0.1",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"js-beautify": "^1.6.3",
"run-sequence": "^1.2.2",
"shelljs": "^0.7.4",
"string-template": "^1.0.0",
"typescript": "^2.3.2",
"xml2js": "^0.4.17"
}
}