-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.41 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
50
51
52
53
54
55
{
"name": "practical-16",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc && nodemon dist/app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.11.19",
"@types/nodemailer": "^6.4.14",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint": "^8.56.0",
"ts-node-dev": "^2.0.0",
"winston": "^3.11.0"
},
"dependencies": {
"@types/cors": "^2.8.17",
"@types/express-fileupload": "^1.4.4",
"@types/formidable": "^3.4.5",
"@types/multer": "^1.4.11",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-fileupload": "^1.4.3",
"express-session": "^1.18.0",
"express-validator": "^7.0.1",
"formidable": "^3.5.1",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nanoid": "^5.0.6",
"nodemailer": "^6.9.10",
"npm": "^10.4.0",
"path": "^0.12.7",
"paypal-rest-sdk": "^1.8.1",
"pg": "^8.11.3",
"sequelize": "^6.37.1",
"stripe": "^14.17.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"util": "^0.12.5"
},
"description": ""
}