-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.31 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
49
{
"name": "personalarchive",
"version": "1.0.0",
"description": "",
"main": "dist/src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/src/index.js",
"dev": "nodemon --delay 1500ms src/index.ts",
"self-build": "tsc"
},
"author": "darkfusion90",
"license": "ISC",
"dependencies": {
"@types/bcrypt": "^3.0.0",
"@types/ejs": "^3.0.5",
"@types/nodemailer": "^6.4.0",
"bcrypt": "^5.0.0",
"connect-mongo": "^3.2.0",
"cors": "^2.8.5",
"date-fns": "^2.16.1",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-useragent": "^1.0.15",
"express-validator": "^6.6.1",
"heroku-ssl-redirect": "^0.1.1",
"lodash": "^4.17.20",
"mongoose": "^5.10.7",
"morgan": "^1.10.0",
"nodemailer": "^6.4.14",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"typescript": "^4.0.3"
},
"devDependencies": {
"@types/cors": "^2.8.7",
"@types/express": "^4.17.8",
"@types/express-session": "^1.17.0",
"@types/express-useragent": "^1.0.0",
"@types/lodash": "^4.14.167",
"@types/mongoose": "^5.7.36",
"@types/morgan": "^1.9.1",
"@types/passport": "^1.0.4",
"@types/passport-local": "^1.0.33",
"dotenv": "^8.2.0"
}
}