-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.07 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.07 KB
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": "@jayther/js13k-2022-death",
"version": "1.0.0",
"description": "JS13K 2022 Death entry by jayther",
"scripts": {
"build": "gulp",
"build:engine": "cd ./src/js/engine && engineBuild.bat",
"watch": "gulp watch",
"server": "static -c 1 dist",
"test": "gulp"
},
"author": "JB <jb@jayther.com>",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-replace": "^4.0.0",
"ansi-colors": "^4.1.3",
"beeper": "^3.0.0",
"fancy-log": "^2.0.0",
"fs-extra": "^10.1.0",
"gulp": "4.0.2",
"gulp-buffer": "0.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat-css": "^3.1.0",
"gulp-htmlmin": "^5.0.1",
"gulp-livereload": "^4.0.2",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.1.0",
"gulp-zip": "^5.1.0",
"handlebars": "^4.7.7",
"merge-stream": "^2.0.0",
"node-static": "^0.7.11",
"rollup-stream": "^1.24.1",
"typescript": "^4.8.2",
"vinyl": "^2.2.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}