-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1004 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
37
38
39
40
41
42
{
"name": "nodeBack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"yarn": "1.x"
},
"scripts": {
"start": "node app.js",
"rundev": "nodemon app.js -e js,graphql",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@graphql-toolkit/file-loading": "^0.10.6",
"@graphql-toolkit/schema-merging": "^0.10.6",
"btoa": "^1.2.1",
"btoa-atob": "^0.1.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-graphql": "^0.9.0",
"graphql": "^15.0.0",
"graphql-iso-date": "^3.6.1",
"graphql-tools": "^5.0.0",
"merge-graphql-schemas": "^1.7.8",
"moment": "^2.29.1",
"mongoose": "^5.12.9",
"mysql": "^2.18.1",
"mysql2": "^2.2.5",
"nodemailer": "^6.4.16",
"request": "^2.88.2",
"sequelize": "^6.3.5",
"xoauth2": "^1.2.0"
},
"devDependencies": {
"nodemon": "^2.0.3"
}
}