-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 827 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 827 Bytes
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
{
"name": "csye6225-netwrk-strctrs-cloud-cmpting",
"version": "1.0.0",
"description": "Assignment rest api app",
"main": "server.js",
"scripts": {
"test": "mocha --exit ./test",
"start": "nodemon",
"prd-start": "node server.js"
},
"author": "amretasre",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1500.0",
"base-64": "^1.0.0",
"bcrypt": "^5.1.1",
"chai": "^4.3.10",
"chai-http": "^4.4.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.2",
"log4js": "^6.9.1",
"log4js-cloudwatch-appender": "^1.1.0",
"mocha": "^10.2.0",
"mysql2": "^3.6.1",
"node-statsd": "^0.1.1",
"nodemon": "^3.0.1",
"path": "^0.12.7",
"sequelize": "^6.33.0",
"uuid": "^9.0.1"
}
}