-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 843 Bytes
/
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
{
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-graphql": "^0.12.0",
"graphql": "^15.5.1",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.2",
"mysql2": "^2.2.5",
"nodemon": "^2.0.9",
"sequelize": "^6.6.4"
},
"name": "push_github_MySQL",
"version": "1.0.0",
"main": "index.js",
"devDependencies": {
"sequelize-cli": "^6.2.0"
},
"scripts": {
"start": "node index.js",
"debug": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tincongphan/Example__MySQL.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tincongphan/Example__MySQL/issues"
},
"homepage": "https://github.com/tincongphan/Example__MySQL#readme",
"description": ""
}