forked from davidlosasgonzalez/graphql-typeorm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 816 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": "graphql-typeorm",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon src/server.ts ts-node",
"initDB": "npx ts-node src/api/initDB.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"apollo-server-express": "^3.0.2",
"class-validator": "^0.13.1",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"glob": "^7.1.7",
"graphql": "^15.5.1",
"graphql-playground-middleware-express": "^1.7.22",
"npm": "^7.20.1",
"pg": "^8.6.0",
"reflect-metadata": "^0.1.13",
"type-graphql": "^1.1.1",
"typeorm": "^0.2.34"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^16.4.1",
"nodemon": "^2.0.12",
"ts-node": "^10.1.0",
"typescript": "^4.3.5"
}
}