-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 1.59 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
{
"name": "ccmodmanager",
"version": "1.0.2",
"scripts": {
"start": "npx esbuild --target=es2018 --format=esm --platform=node --bundle --sourcemap=inline --outfile=plugin.js src/plugin.ts",
"watch": "npx esbuild --target=es2018 --format=esm --platform=node --bundle --sourcemap=inline --watch --outfile=plugin.js src/plugin.ts",
"build": "npx 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",
"types": "tsc --noEmit false --outDir types --emitDeclarationOnly true --declaration --isolatedModules false"
},
"license": "GPLv3",
"devDependencies": {
"@types/jquery": "^3.5.30",
"@types/node": "^11.15.54",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"ccmoddb": "github:CCDirectLink/CCModDB",
"crosscode-demonizer": "github:krypciak/crosscode-demonizer",
"crossedeyes": "github:CCDirectLink/CrossedEyes",
"esbuild": "^0.20.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"fuzzysort": "^2.0.4",
"jszip": "^3.10.1",
"marked": "=12.0.2",
"nax-ccuilib": "github:naxane/nax-ccuilib",
"prettier": "3.2.4",
"rimraf": "^3.0.2",
"typescript": "^5.4.5",
"ultimate-crosscode-typedefs": "github:krypciak/ultimate-crosscode-typedefs"
}
}