-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 KB
/
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": "products",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@apollo/federation": "^0.9.4",
"@types/mongoose": "^5.5.17",
"apollo-server": "^2.7.1",
"apollo-server-express": "^2.7.1",
"babel-preset-env": "^1.7.0",
"body-parser": "^1.19.0",
"config": "^3.2.2",
"cors": "^2.8.5",
"crypto-js": "^3.1.9-1",
"esm": "^3.2.25",
"express": "^4.17.1",
"express-graphql": "^0.8.0",
"fs": "^0.0.1-security",
"graphql": "^14.4.2",
"http": "^0.0.0",
"mongodb": "^3.2.7",
"mongoose": "^5.6.13",
"mongoose-double": "0.0.1",
"path": "^0.12.7",
"request": "^2.88.0",
"serve-static": "^1.14.1"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/node": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"nodemon": "^1.19.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --exec babel-node src/index.js"
},
"author": "",
"license": "ISC"
}