generated from RobMayer/es6-ttpg-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
34 lines (34 loc) · 1.09 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
{
"name": "twilight-imperium-homebrew",
"version": "0.0.1",
"license": "Unlicense",
"scripts": {
"setup": "node tooling/setup.js",
"dev": "node tooling/builddev.js",
"build": "node tooling/buildprod.js",
"refresh": "git pull && yarn install && node tooling/clean.js && node tooling/setup.js && node tooling/builddev.js",
"watch": "node tooling/watch.js",
"bundle": "node tooling/bundle.js",
"clean": "node tooling/clean.js",
"guid": "node tooling/guid.js"
},
"main": "index.js",
"repository": "https://github.com/TI4-Online/TI4-Homebrew.git",
"author": "Various",
"devDependencies": {
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.7",
"@babel/eslint-parser": "^7.16.5",
"@babel/eslint-plugin": "^7.16.5",
"@babel/plugin-proposal-export-default-from": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"archiver": "^5.3.0",
"chokidar": "^3.5.2",
"colorette": "^2.0.16",
"cross-spawn": "^7.0.3",
"eslint": "^8.6.0",
"fs-extra": "^10.0.0",
"sharp": "^0.33.4",
"uuid": "^8.3.2"
}
}