- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
18 lines (18 loc) · 423 Bytes
/
Copy pathpackage.json
File metadata and controls
18 lines (18 loc) · 423 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "nodejs-mysql-api-example",
"version": "1.0.0",
"description": "nodejs api mysql express example",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "GodSamix",
"license": "ISC",
"dependencies": {
"@mysql/xdevapi": "^8.0.21",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"mysql": "^2.18.1",
"nodemon": "^2.0.4"
}
}