-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1018 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
35
36
37
38
39
40
{
"name": "shaastra-ca-api",
"version": "1.0.0",
"main": "index.ts",
"license": "MIT",
"dependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/cookie-parser": "^1.4.2",
"@types/dotenv": "^8.2.0",
"@types/jsonwebtoken": "^8.5.4",
"apollo-server-express": "2.25.2",
"bcryptjs": "^2.4.3",
"class-validator": "^0.13.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"cuid": "^2.1.8",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"graphql": "^15.5.1",
"jsonwebtoken": "^8.5.1",
"mailersend": "^1.4.5",
"moment": "^2.29.1",
"pg": "^8.7.1",
"reflect-metadata": "^0.1.13",
"sib-api-v3-typescript": "^2.2.2",
"type-graphql": "^1.1.1",
"typeorm": "^0.2.35"
},
"devDependencies": {
"@types/express": "^4.17.11",
"@types/graphql": "^14.5.0",
"@types/node": "^16.4.7",
"ts-node": "^10.1.0",
"ts-node-dev": "^1.1.8",
"typescript": "^4.3.5"
},
"scripts": {
"dev": "ts-node-dev --respawn src/index.ts"
}
}