-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.47 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
39
40
41
42
43
44
45
46
47
{
"name": "deepsight.gg",
"private": true,
"scripts": {
"build": "npx ts-node tasks/utility/TaskRunner.ts clean install ensure_enums build",
"watch": "npx ts-node tasks/utility/TaskRunner.ts clean install ensure_enums pre_watch_build -- serve watch",
"manifest": "npx ts-node tasks/utility/TaskRunner.ts clean install ensure_enums deepsight_manifest",
"bump_versions": "npx ts-node tasks/utility/TaskRunner.ts bump_versions",
"refresh_token": "npx ts-node tasks/utility/TaskRunner.ts refresh_token"
},
"devDependencies": {
"fs-extra": "10.1.0",
"@types/fs-extra": "9.0.13",
"ts-node": "10.8.0",
"typescript": "5.3.3",
"sass": "1.52.1",
"@types/sass": "1.43.1",
"del": "6.1.1",
"ansicolor": "1.1.100",
"@types/ansicolors": "0.0.33",
"dotenv": "8.2.0",
"chokidar": "3.5.3",
"parseurl": "1.3.3",
"@types/parseurl": "1.3.1",
"encodeurl": "1.0.2",
"@types/encodeurl": "1.0.0",
"escape-html": "1.0.3",
"@types/escape-html": "1.0.1",
"@types/connect": "3.4.34",
"serve-static": "1.15.0",
"@types/serve-static": "1.15.0",
"eslint": "8.52.0",
"@types/eslint": "8.44.6",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"eslint-plugin-only-warn": "1.0.3",
"https-localhost": "4.7.1",
"@types/express": "4.17.13",
"json-diff": "1.0.6",
"@types/json-diff": "1.0.1",
"@actions/core": "1.10.1",
"tsconfig-paths": "4.2.0",
"jimp": "0.22.12",
"color-convert": "2.0.1",
"@types/color-convert": "2.0.3"
}
}