-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 919 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
{
"name": "marketplace_api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/enochtangg/marketplace_api.git"
},
"author": "Enoch Tang",
"license": "ISC",
"bugs": {
"url": "https://github.com/enochtangg/marketplace_api/issues"
},
"homepage": "https://github.com/enochtangg/marketplace_api#readme",
"dependencies": {
"apollo-errors": "^1.9.0",
"bcrypt": "^3.0.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"express-graphql": "^0.7.1",
"express-jwt": "^5.3.1",
"graphql": "^14.0.2",
"jsonwebtoken": "^8.4.0",
"mysql": "^2.16.0",
"mysql2": "^1.6.4",
"nodemon": "^1.18.9",
"sequelize": "^4.42.0"
}
}