-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "wisdom-serve",
"version": "0.0.2",
"description": "node 服务",
"main": "src/serve/index.ts",
"scripts": {
"start": "npm run dev",
"dev": "ts-node main.ts",
"build": "ts-node build/build.ts --trace-warnings"
},
"author": "",
"license": "ISC",
"workspaces": [
"src/*"
],
"types": "./global.d.ts",
"dependencies": {
"@types/lodash": "^4.14.181",
"@types/mysql": "^2.15.21",
"@types/node": "^17.0.24",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"@wisdom-serve/core-plug": "workspaces:*",
"@wisdom-serve/serve": "workspaces:*",
"@wisdom-serve/utils": "workspaces:*",
"eslint": "^8.13.0",
"eslint-plugin-react": "^7.29.4",
"fast-glob": "^3.2.11",
"javascript-obfuscator": "^4.0.0",
"lodash": "^4.17.21",
"mysql": "^2.18.1",
"ncol": "^0.0.7",
"node-watch": "^0.7.3",
"nodemailer": "^6.8.0",
"ts-node": "^10.7.0",
"ts-node-build": "^0.1.2",
"uuid": "^8.3.2"
}
}