-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 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
{
"name": "js13k-2022-tbd",
"version": "1.0.2",
"description": "My 2022 entry for the js13kgames compo, 'Moth'.",
"main": "index.js",
"scripts": {
"test": "exit 0",
"serve": "serve -p 3000 dist/build",
"proxy": "ngrok http 3000",
"qrcode": "curl -Ss http://localhost:4040/api/tunnels | jq '.tunnels[0].public_url' -r | qrcode --small"
},
"author": "Elliot Nelson",
"devDependencies": {
"ase-parser": "0.0.12",
"chalk": "^2.4.2",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-advzip": "^1.2.0",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-modify-file": "^1.0.1",
"gulp-rename": "^2.0.0",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-template": "^5.0.0",
"gulp-terser": "^1.1.7",
"gulp-zip": "^4.2.0",
"image-to-base64": "^2.1.1",
"imagemin-advpng": "^6.0.0",
"qrcode": "^1.5.1",
"rollup": "^2.26.4",
"serve": "^14.0.1",
"xml2js": "^0.4.23",
"roadroller": "^2.1.0"
}
}