-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.6 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": "cc-shaduungeon",
"version": "0.6.2",
"scripts": {
"start": "esbuild --target=es2018 --format=esm --platform=node --bundle --sourcemap=inline --outfile=plugin.js src/plugin.ts",
"watch": "esbuild --target=es2018 --format=esm --platform=node --bundle --sourcemap=inline --watch --outfile=plugin.js src/plugin.ts",
"build": "esbuild --target=es2018 --format=esm --platform=node --bundle --outfile=plugin.js --minify-syntax --minify-whitespace src/plugin.ts",
"format": "prettier ./src -w; npx prettier ./assets -w --tab-width 4 --no-semi --print-width 500 --bracket-same-line",
"test": "bun ./node_modules/testyts/build/testy.js",
"bun": "bun ./src/bun-run.ts",
"buniw": "bun --inspect-wait ./src/bun-run.ts",
"buni": "bun --inspect-brk ./src/bun-run.ts"
},
"author": "krypek",
"license": "GPLv3",
"devDependencies": {
"@types/jquery": "^3.5.30",
"@types/node": "^11.15.54",
"@types/seedrandom": "^3.0.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"bun": "^1.1.22",
"cc-blitzkrieg": "github:krypciak/cc-blitzkrieg",
"cc-hotreload": "github:krypciak/cc-hotreload",
"ccmodmanager": "github:CCDirectLink/CCModManager",
"colorts": "^0.1.63",
"esbuild": "^0.18.20",
"nax-ccuilib": "github:conorlawton/nax-ccuilib",
"seedrandom": "^3.0.5",
"testyts": "^1.5.0",
"typescript": "^5.5.4",
"ultimate-crosscode-typedefs": "github:krypciak/ultimate-crosscode-typedefs"
}
}