-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 940 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
35
36
37
38
{
"name": "canary",
"version": "1.0.0",
"description": "Use AWS to query Hamlin's air monitors and send a notification if they report above a threshold.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "claudia update",
"start": "TEST=1 node ./test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HamlinSchool/canary.git"
},
"keywords": [
"Lambda",
"Idempotent",
"purpleair",
"tweety"
],
"author": "Arthur Cinader",
"license": "MIT",
"bugs": {
"url": "https://github.com/HamlinSchool/canary/issues"
},
"homepage": "https://github.com/HamlinSchool/canary#readme",
"dependencies": {
"aws-sdk": "^2.585.0",
"capitalize": "^2.0.1",
"date-fns": "^2.8.1",
"got": "^10.0.1",
"num-words": "^1.0.1",
"pluralise": "^1.0.1"
},
"devDependencies": {
"claudia": "^5.11.0"
}
}