-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.31 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
48
{
"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": "./src/server.js",
"dependencies": {
"aws-serverless-express": "^3.4.0",
"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.1",
"twilio": "^3.77.2",
"url": "^0.11.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"nodemon": "^2.0.16",
"serverless": "^3.21.0"
},
"scripts": {
"start": "nodemon ./src/local.js",
"watch": "nodemon ./src/server.js",
"deploy": "serverless deploy"
},
"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]"
}