-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.1 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
{
"name": "shaastra-ca-api",
"version": "1.0.0",
"main": "index.ts",
"license": "MIT",
"dependencies": {
"@sendgrid/mail": "^7.7.0",
"@types/bcryptjs": "^2.4.2",
"@types/cookie-parser": "^1.4.2",
"@types/json2csv": "^5.0.3",
"@types/jsonwebtoken": "^8.5.4",
"@types/nodemailer": "^6.4.4",
"apollo-server-express": "^3.1.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",
"googleapis": "^83.0.0",
"graphql": "^15.5.1",
"json2csv": "^5.0.6",
"jsonwebtoken": "^8.5.1",
"mailersend": "^1.4.3",
"moment": "^2.29.1",
"nodemailer": "^6.6.3",
"pg": "^8.7.1",
"reflect-metadata": "^0.1.13",
"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"
}
}