-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.18 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
44
45
46
47
48
{
"name": "klon-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "NODE_ENV=production tsc",
"watch": "tsc -w",
"dev": "nodemon dist/index.js",
"start": "node dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/connect-redis": "^0.0.17",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.4",
"@types/got": "^9.6.12",
"@types/node": "^16.10.3",
"@types/redis": "^2.8.32",
"nodemon": "^2.0.13",
"typescript": "^4.4.4"
},
"dependencies": {
"apollo-server-express": "^3.3.0",
"argon2": "^0.28.2",
"class-validator": "^0.13.1",
"connect-redis": "^6.0.0",
"cors": "^2.8.5",
"dataloader": "^2.0.0",
"date-fns": "^2.25.0",
"dotenv": "^8.6.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"got": "^9.6.0",
"graphql": "^15.6.1",
"metascraper": "^5.25.0",
"metascraper-image": "^5.25.0",
"pg": "^8.6.0",
"pg-protocol": "^1.5.0",
"redis": "^3.1.2",
"reflect-metadata": "^0.1.13",
"type-graphql": "^1.1.1",
"typeorm": "^0.2.38"
}
}