-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.86 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.86 KB
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
{
"name": "api",
"version": "0.1.0",
"main": "index.js",
"private": true,
"scripts": {
"dev": "tsrpc-cli dev",
"build": "tsrpc-cli build",
"doc": "tsrpc-cli doc",
"test": "mocha test/**/*.test.ts",
"proto": "tsrpc-cli proto",
"sync": "tsrpc-cli sync",
"api": "tsrpc-cli api",
"postinstall": "prisma generate"
},
"devDependencies": {
"@stringke/prisma-generator-tsrpc": "^1.0.10",
"@types/ali-oss": "^6.16.6",
"@types/content-type": "^1.1.5",
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4.14.189",
"@types/mocha": "^8.2.3",
"@types/node": "^16.18.0",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"mocha": "^9.2.2",
"onchange": "^7.1.0",
"prettier": "^2.7.1",
"prisma": "4.6.1",
"ts-node": "^10.9.1",
"tsrpc-cli": "^2.4.5",
"type-fest": "^3.2.0",
"typescript": "^4.9.3"
},
"dependencies": {
"@midwayjs/logger": "^2.17.0",
"@prisma/client": "4.6.1",
"@tnwx/accesstoken": "^2.5.6",
"@tnwx/cache": "^2.5.6",
"@tnwx/commons": "^2.5.6",
"@tnwx/kits": "^2.5.6",
"@tnwx/miniprogram": "^2.5.6",
"@tnwx/wxmp": "^2.5.6",
"ali-oss": "^6.17.1",
"axios": "^1.1.3",
"bullmq": "^3.2.2",
"casbin": "^5.19.2",
"casbin-redis-adapter": "^1.0.3",
"content-type": "^1.0.4",
"cos-nodejs-sdk-v5": "^2.11.15",
"dayjs": "^1.11.6",
"dotenv": "^16.0.3",
"fs-extra": "^10.1.0",
"hash-wasm": "^4.9.0",
"ioredis": "^5.2.4",
"lodash": "^4.17.21",
"parse-multipart-data": "^1.5.0",
"putil-promisify": "^1.8.5",
"qcloud-cos-sts": "^3.1.0",
"qs": "^6.11.0",
"route-recognizer": "^0.3.4",
"tsrpc": "^3.4.10",
"zod": "^3.19.1"
}
}