-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 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
43
{
"version": "1.1.0",
"description": "Graphback runtime template with Apollo Server and MongoDb",
"private": true,
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"develop": "ts-node src/index.ts",
"start": "node dist/index.js",
"watch": "tsc -w",
"generate": "graphback generate && graphql codegen"
},
"license": "Apache 2.0",
"dependencies": {
"@graphback/runtime-mongo": "1.1.0",
"apollo-server-express": "2.19.0",
"cors": "2.8.5",
"dotenv": "8.2.0",
"express": "4.17.1",
"graphback": "1.1.0",
"graphql": "15.3.0",
"graphql-config": "3.0.3",
"graphql-subscriptions": "1.1.0",
"graphql-tag": "2.11.0",
"mongodb": "3.6.2"
},
"devDependencies": {
"@graphql-cli/codegen": "1.17.16",
"@graphql-codegen/add": "2.0.2",
"@graphql-codegen/typescript": "1.19.0",
"@types/glob": "7.1.3",
"@types/graphql": "14.2.3",
"@types/node-fetch": "2.5.7",
"graphback-cli": "1.1.0",
"graphql-cli": "4.1.0",
"ts-node": "9.0.0",
"tslint": "6.1.3",
"typescript": "4.0.3"
},
"author": {
"name": "administrator"
}
}