-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 852 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
{
"name": "billbot",
"version": "0.0.1",
"description": "Tweets about new actions taken regarding bills in US Congress.",
"main": "src/billbot.js",
"scripts": {
"start": "npm run development",
"development": "set NODE_ENV=development&& npm run build",
"production": "NODE_ENV=production&& npm run build",
"test": "echo \"Error: no test specified\"",
"build": "node src/billbot.js"
},
"author": "Ryan Dern <[email protected]>",
"license": "MIT",
"dependencies": {
"bitly": "^6.0.8",
"dotenv-safe": "^6.1.0",
"google-trends-api": "^4.7.0",
"jquery": "^3.3.1",
"jsdom": "^16.5.0",
"newrelic": "^11.5.0",
"twit": "^2.2.11"
},
"keywords": [
"twitter",
"bot",
"congress",
"bill"
],
"repository": {
"type": "git",
"url": "https://github.com/RMDern/Billbot.git"
}
}