-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 896 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 896 Bytes
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
{
"name": "birdbotscanner",
"version": "1.0.0",
"description": "backend for birdbot",
"main": "handler.js",
"scripts": {
"local": "source secrets.sh && serverless invoke local -f scan -l",
"lint": "./node_modules/.bin/eslint --fix handler.js helper/*",
"test": "echo \"Error: no test specified\" && exit 1",
"zip": "zip -r function.zip ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/KevinGin/BirdBotScanner.git"
},
"author": "kevin gin",
"license": "MIT",
"bugs": {
"url": "https://github.com/KevinGin/BirdBotScanner/issues"
},
"homepage": "https://github.com/KevinGin/BirdBotScanner#readme",
"devDependencies": {
"eslint": "^7.14.0"
},
"dependencies": {
"aws-sdk": "^2.803.0",
"axios": "^0.21.0",
"fs": "0.0.1-security",
"request": "^2.88.2",
"twit": "^2.2.11",
"util": "^0.12.3"
}
}