-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.82 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
48
49
50
51
52
53
54
55
{
"name": "majsoul-analyser",
"author": "拆家大主教",
"license": "AGPL-3.0-or-later",
"scripts": {
"install_arm64": "build-opencv --version 4.5.4 --flag=\"-DCMAKE_SYSTEM_PROCESSOR=arm64 -DCMAKE_OSX_ARCHITECTURES=arm64\" build",
"install_4.5.5_cuda": "build-opencv --version 4.5.5 --flags=\"-DWITH_CUDA=ON -DWITH_CUDNN=ON -DOPENCV_DNN_CUDA=ON -DCUDA_FAST_MATH=ON\" build",
"do-install": "build-opencv build",
"install:dependence": "sh scripts/install.sh",
"build:user": "sh scripts/build-user.sh",
"start": "npx ts-node server/index.ts",
"dev:wip": "npx ts-node --transpile-only server/index.ts"
},
"devDependencies": {
"@koa/cors": "^4.0.0",
"@types/jsdom": "^21.1.1",
"@types/koa-cors": "^0.0.2",
"@types/koa-router": "^7.4.4",
"@types/koa__cors": "^4.0.0",
"@types/lodash.findlastindex": "^4.6.9",
"@types/request": "^2.48.8",
"@types/shelljs": "^0.8.12",
"@types/ungap__structured-clone": "^0.3.0",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"eslint": "^8.23.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-with-typescript": "^22.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-promise": "^6.0.1",
"rollup": "^3.26.3",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"vite": "^3.0.9",
"vuepress": "^1.9.10",
"winston": "^3.10.0"
},
"dependencies": {
"@ungap/structured-clone": "^1.2.0",
"canvas": "^2.11.2",
"chalk": "4",
"deepcopy": "^2.1.0",
"eventemitter2": "^6.4.7",
"jsdom": "^22.1.0",
"koa": "^2.14.2",
"koa-body": "^6.0.1",
"koa-router": "^12.0.0",
"lodash.findlastindex": "^4.6.0",
"protobufjs": "^7.2.4",
"python-shell": "^5.0.0",
"request": "^2.88.2",
"robotjs": "^0.6.0",
"shelljs": "^0.8.5"
}
}