-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 819 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 819 Bytes
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
{
"name": "learn-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"serve": "nodemon app.js"
},
"author": "yaogengzhu",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.0",
"cors": "^2.8.5",
"cos-nodejs-sdk-v5": "^2.11.19",
"dayjs": "^1.11.7",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jsonwebtoken": "^8.5.1",
"log4js": "^6.7.1",
"mockjs": "^1.1.0",
"multiparty": "^4.2.3",
"mysql2": "^2.3.3",
"nodemon": "^2.0.20",
"openai": "^3.1.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.0.0",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0"
}
}