-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.1 KB
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": "file_upload",
"version": "1.0.0",
"main": "Server.js",
"license": "MIT",
"scripts": {
"start": "node ./dist/Server.js",
"build": "tsc && tscp",
"local": "clear && nodemon --exec ts-node ./src/Server.ts"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/cookie-parser": "^1.4.3",
"@types/cors": "^2.8.12",
"@types/ejs": "^3.1.1",
"@types/express": "^4.17.13",
"@types/hpp": "^0.2.2",
"@types/jsonwebtoken": "^8.5.8",
"@types/multer": "^1.4.7",
"@types/node": "^18.0.1",
"@types/shortid": "^0.0.29",
"nodemon": "^2.0.18",
"ts-node": "^10.8.2",
"typescript": "^4.7.4",
"typescript-cp": "^0.1.5"
},
"dependencies": {
"bcrypt": "^5.0.1",
"cookie-parser": "^1.4.6",
"cookieparser": "^0.1.0",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-async-handler": "^1.2.0",
"helmet": "^5.1.0",
"hpp": "^0.2.3",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.4.2",
"multer": "^1.4.5-lts.1",
"shortid": "^2.2.16",
"socket.io": "^4.5.1"
}
}