-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 866 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 866 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
35
{
"name": "api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node_modules/.bin/nodemon -w ./src -w ./config -w ./models -w ./.env -w ./.sequelizerc -w ./server.js server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"apollo-server-express": "^1.3.2",
"axios": "^0.18.0",
"bcrypt": "^2.0.0",
"body-parser": "^1.18.2",
"body-parser-graphql": "^1.1.0",
"cors": "^2.8.4",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"express-jwt": "^5.3.0",
"graphql": "^0.12.3",
"graphql-tools": "^2.19.0",
"huejay": "^1.8.5",
"jsonwebtoken": "^8.1.1",
"kafka-node": "^3.0.1",
"moment": "^2.22.2",
"mysql2": "^1.6.4",
"sequelize": "^4.42.0",
"sequelize-cli": "^5.4.0"
},
"devDependencies": {
"nodemon": "^1.18.5"
}
}