-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.25 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
39
40
41
42
43
44
45
46
47
{
"name": "trash-tracker",
"version": "1.0.0",
"description": "a simple, lightweight system that allows residents and staff of the neighborhood to report illegal dumping",
"main": "twilio.js",
"dependencies": {
"@aws-amplify/ui-react": "^3.2.1",
"aws-amplify": "^4.3.28",
"body-parser": "^1.20.0",
"cookie-parser": "~1.4.3",
"debug": "^2.6.8",
"dotenv-safe": "^8.2.0",
"exiftool": "^0.0.3",
"express": "^4.18.1",
"ext-name": "^5.0.0",
"fs": "^0.0.1-security",
"lodash": "^4.17.4",
"morgan": "^1.8.2",
"node-fetch": "^2.6.7",
"path": "^0.12.7",
"request": "^2.88.2",
"serve-favicon": "^2.4.3",
"socket.io": "^4.5.2",
"twilio": "^3.77.2",
"url": "^0.11.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"nodemon": "^2.0.16"
},
"scripts": {
"start": "node index.js",
"watch": "nodemon index.js"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/codeforkansascity/TrashTrackerSMSApp.git"
},
"keywords": [],
"author": "",
"bugs": {
"url": "https://github.com/codeforkansascity/TrashTrackerSMSApp/issues"
},
"homepage": "https://github.com/codeforkansascity/TrashTrackerSMSApp#readme",
"packageManager": "[email protected]"
}