-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.05 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
{
"name": "mt_backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon dist/index.js",
"devts": "nodemon --exec ts-node src/index.ts",
"start": "node dist/index.js",
"startts": "ts-node src/index.ts",
"watch": "tsc -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/connect-redis": "^0.0.18",
"@types/express-session": "^1.17.4",
"@types/node": "^17.0.18",
"nodemon": "^2.0.15",
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
},
"dependencies": {
"@types/express": "^4.17.13",
"apollo-server-express": "^3.6.3",
"argon2": "^0.28.4",
"class-validator": "^0.13.2",
"connect-redis": "^6.1.1",
"dotenv": "^16.0.0",
"express-session": "^1.17.2",
"graphql": "^15.8.0",
"joi": "^17.6.0",
"pg": "^8.7.3",
"plex-api": "^5.3.2",
"python-shell": "^3.0.1",
"q": "^1.5.1",
"redis": "^3.1.2",
"reflect-metadata": "^0.1.13",
"type-graphql": "^1.1.1",
"typeorm": "^0.2.43"
}
}