-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 854 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
{
"name": "bulletbill",
"version": "1.0.0",
"description": "Project for HooHacks2022",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spencejax21/bullet-bill.git"
},
"author": "Rohan Chowla, Gabe Silverstein, Spencer Jackson, Kevin Lee",
"license": "MIT",
"bugs": {
"url": "https://github.com/spencejax21/bullet-bill/issues"
},
"homepage": "https://github.com/spencejax21/bullet-bill#readme",
"dependencies": {
"@google-cloud/storage": "^5.3.0",
"axios": "^0.26.1",
"body-parser": "^1.19.2",
"dotenv": "^16.0.0",
"ejs": "^3.1.6",
"express": "^4.17.3",
"multer": "^1.4.4",
"path": "^0.12.7",
"shortid": "^2.2.16",
"twilio": "^3.76.0"
}
}