-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 917 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
{
"name": "datt",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc --watch & nodemon src"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/express": "^4.17.11",
"aws-sdk": "^2.843.0",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"emailjs-com": "^2.6.4",
"express": "^4.17.1",
"nodemailer": "^6.5.0",
"nodemon": "^2.0.7",
"pg": "^8.5.1",
"sendmail": "^1.6.1",
"ts-node": "^9.1.1",
"tslint": "^6.1.3",
"typescript": "^4.1.5"
},
"devDependencies": {
"@types/bcrypt": "^3.0.0",
"@types/cors": "^2.8.9",
"@types/node": "^14.14.27",
"@types/nodemailer": "^6.4.0",
"@types/pg": "^7.14.9",
"@types/sendmail": "^1.4.2"
}
}