-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 909 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
{
"name": "typegraphql-apollo-boilerplate",
"version": "1.0.0",
"description": "typegraphql-apollo-boilerplate",
"main": "index.js",
"scripts": {
"dev": "ts-node-dev ./src/app.ts",
"build": "tsc",
"start": "node ./dist/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/incizzle/typegraphql-apollo-boilerplate.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/incizzle/typegraphql-apollo-boilerplate/issues"
},
"homepage": "https://github.com/incizzle/typegraphql-apollo-boilerplate#readme",
"dependencies": {
"apollo-server-express": "^2.12.0",
"express": "^4.17.1",
"mongoose": "^5.9.9",
"reflect-metadata": "^0.1.13",
"type-graphql": "^0.17.6",
"typeorm": "^0.2.24",
"typescript": "^3.8.3"
},
"devDependencies": {
"ts-node-dev": "^1.0.0-pre.44"
}
}