-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.09 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
{
"name": "backend",
"version": "1.0.0",
"description": "��#\u0000 \u0000D\u0000a\u0000s\u0000h\u0000b\u0000o\u0000a\u0000r\u0000d\u0000-\u0000B\u0000a\u0000c\u0000k\u0000e\u0000n\u0000d\u0000\r\u0000 \u0000",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YAA-C/Dashboard-Backend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/YAA-C/Dashboard-Backend/issues"
},
"homepage": "https://github.com/YAA-C/Dashboard-Backend#readme",
"dependencies": {
"@aws-sdk/client-s3": "^3.495.0",
"@aws-sdk/s3-request-presigner": "^3.495.0",
"amqplib": "^0.10.3",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"generate-api-key": "^1.0.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.0.4",
"multer": "^1.4.5-lts.1",
"nodemon": "^3.0.3"
}
}