-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
97 lines (97 loc) · 2.76 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "x706-srv",
"version": "0.0.1",
"description": "node.js server of x706",
"main": "build/main.js",
"scripts": {
"start": "node --icu-data-dir=node_modules/full-icu build/main.js -P ./tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1",
"tsc": "rsync -a --exclude '*.ts' --delete-excluded src/ build/ && tsc -p .",
"watch": "rsync -a --exclude '*.ts' --delete-excluded src/ build/ && tsc -p ./tsconfig.json --watch"
},
"author": "[email protected]",
"license": "AGPL-3.0",
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"@koa/router": "^10.1.1",
"@naiverlabs/tskit": "^0.3.3-08c602b",
"ali-oss": "^6.1.1",
"base62": "^2.0.1",
"busboy": "^0.3.1",
"change-case": "^3.1.0",
"commander": "^4.0.0",
"fs-extra": "^8.1.0",
"full-icu": "^1.3.0",
"gb2260": "^0.6.0",
"gm": "^1.23.1",
"ioredis": "^4.14.1",
"koa": "^2.13.4",
"koa-body": "^4.2.0",
"koa-bodyparser": "^4.3.0",
"koa-compose": "^4.1.0",
"koa-logger": "^3.2.1",
"koa-router": "^7.4.0",
"koa-send": "^5.0.1",
"koa-static": "5.0.0",
"lodash": "^4.17.15",
"lru-cache": "^5.1.1",
"mime": "^2.4.4",
"mime-types": "^2.1.34",
"minio": "^7.0.26",
"mmmagic": "^0.5.3",
"moment": "^2.24.0",
"mongodb": "^4.3.1",
"node-fetch": "^2.6.2",
"node-object-hash": "^1.4.2",
"nodejieba": "^2.5.2",
"pino": "^7.8.0",
"redlock": "^4.0.0",
"request": "^2.88.0",
"rxjs": "^6.5.2",
"schema-dts": "^0.10.0",
"svg-captcha": "^1.4.0",
"tiny-pinyin": "^1.3.2",
"tsyringe": "^4.6.0",
"uuid": "^3.3.2",
"wechatpay-axios-plugin": "^0.8.4",
"winston": "^3.2.1",
"ws": "^7.1.2",
"xlsx": "^0.15.1",
"xml2js": "^0.4.22"
},
"devDependencies": {
"@types/ali-oss": "^6.0.4",
"@types/busboy": "^0.2.3",
"@types/fs-extra": "^8.0.0",
"@types/gm": "^1.18.4",
"@types/ioredis": "^4.0.17",
"@types/koa": "^2.13.4",
"@types/koa__router": "^8.0.11",
"@types/koa-bodyparser": "^4.3.0",
"@types/koa-compose": "^3.2.4",
"@types/koa-logger": "^3.1.1",
"@types/koa-router": "^7.0.42",
"@types/koa-send": "^4.1.3",
"@types/koa-static": "^4.0.2",
"@types/lodash": "^4.14.136",
"@types/lru-cache": "^5.1.0",
"@types/mime-types": "^2.1.1",
"@types/minio": "^7.0.12",
"@types/mmmagic": "^0.4.29",
"@types/mongodb": "^4.0.7",
"@types/node": "^16.11.26",
"@types/node-fetch": "^2.5.12",
"@types/pino": "^7.0.5",
"@types/redlock": "^3.0.4",
"@types/request": "^2.48.2",
"@types/uuid": "^3.4.5",
"@types/winston": "^2.4.4",
"@types/ws": "^6.0.2",
"@types/xml2js": "^0.4.5",
"pino-pretty": "^7.0.1",
"tslint": "^5.20.0",
"typescript": "^4.4.4"
}
}