-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 968 Bytes
/
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
{
"name": "casmi",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node src/app.js",
"dev": "nodemon src/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Rahul Suresh",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.117.0",
"@aws-sdk/s3-request-presigner": "^3.118.0",
"@azure/storage-blob": "^12.10.0",
"@firebase/app": "^0.7.27",
"@firebase/auth": "^0.20.4",
"@google-cloud/storage": "^6.1.0",
"body-parser": "^1.20.0",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"firebase-admin": "^11.0.0",
"install": "^0.13.0",
"multer": "^1.4.5-lts.1",
"mysql2": "^2.3.3",
"node-vault": "^0.9.22",
"npm": "^8.13.1",
"swagger-ui-express": "^4.4.0"
},
"devDependencies": {
"nodemon": "^2.0.16"
}
}