-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.02 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
{
"name": "cambridge-crashes",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"type": "module",
"scripts": {
"main": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"deploy": "webpack --mode production && (cd dist/ && zip -r cambridge-crashes.zip .) && aws lambda update-function-code --function-name cambridge-crashes --zip-file fileb://dist/cambridge-crashes.zip"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kmoses228/cambridge-crashes.git"
},
"author": "kmoses",
"license": "ISC",
"bugs": {
"url": "https://github.com/kmoses228/cambridge-crashes/issues"
},
"homepage": "https://github.com/kmoses228/cambridge-crashes#readme",
"dependencies": {
"moment": "^2.29.4",
"node-fetch": "^2.6.1",
"twitter-api-v2": "^1.12.3"
},
"devDependencies": {
"aws-sdk": "^2.1170.0",
"aws-xray-sdk": "^3.3.6",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
}
}