-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 935 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
{
"name": "nodejs-graphql-micorservice-template",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "npx tsc && node src/services/app.js"
},
"author": "",
"license": "ISC",
"resolutions": {
"graphql": "^14.3.1"
},
"dependencies": {
"@cuterajat26/graphql-json-schema": "^1.0.6",
"body-parser": "^1.18.3",
"compression": "^1.7.3",
"cors": "^2.8.5",
"errorhandler": "^1.5.0",
"express": "^4.16.4",
"express-graphql": "^0.7.1",
"graphql": "^14.3.1",
"my-micro-service": "file:src/my-micro-service",
"mongoose": "^5.4.15",
"nconf": "^0.10.0",
"node-vault-config": "0.0.2",
"@cuterajat26/my-first-npm-module": "^1.0.1"
},
"devDependencies": {
"@types/graphql": "^14.2.0",
"@types/mongoose": "^5.3.19",
"@types/node": "^11.10.4",
"intern": "^4.4.2",
"systemjs": "^0.21.3",
"typescript": "3.6.3"
}
}