-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 910 Bytes
/
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": "bitburner-ts",
"version": "2.0.0",
"lib": [
"ES6"
],
"scripts": {
"watch:transpile": "node build/build.mjs --watch",
"watch:local": "node build/watch.cjs",
"watch:remote": "bitburner-filesync",
"watch:init": "node build/init.cjs",
"watch:all": "concurrently npm:watch:transpile npm:watch:local npm:watch:remote",
"watch": "npm run watch:init && npm run watch:all"
},
"author": "G4mingJon4s, template by hydroflame and Hoekstraa",
"devDependencies": {
"@types/react": "^18.2.13",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"bitburner-filesync": "^1.1.5",
"chokidar": "^3.5.3",
"concurrently": "^7.4.0",
"esbuild": "^0.18.4",
"eslint": "^8.22.0",
"fast-glob": "^3.2.12",
"glob": "^10.2.7",
"sync-directory": "^5.1.7",
"typescript": "^4.7.4"
},
"dependencies": {
"@types/p5": "^1.6.2",
"p5": "^1.6.0"
}
}