-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1023 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1023 Bytes
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
{
"name": "apiGraphQL",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"apollo-server-express": "^3.3.0",
"bcrypt": "^5.0.1",
"class-validator": "^0.13.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"graphql": "^15.5.1",
"graphql-redis-subscriptions": "^2.4.0",
"graphql-subscriptions": "^1.2.1",
"joiful": "^3.0.2",
"jsonwebtoken": "^8.5.1",
"pg": "^8.7.1",
"reflect-metadata": "^0.1.13",
"subscriptions-transport-ws": "^0.9.19",
"type-graphql": "1.0.0",
"typeorm": "^0.2.37",
"typescript": "^4.3.5"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/cookie-parser": "^1.4.2",
"@types/jsonwebtoken": "^8.5.5",
"ts-node": "^10.2.1",
"ts-node-dev": "^1.1.8"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "ts-node-dev src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC"
}