-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 926 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": "shiba-every-hour",
"version": "1.0.0",
"description": "GitHub Action to power @ShibaEveryHour",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint index.js",
"shibe": "node index.js",
"dev-shibe": "env NODE_ENV=development node index.js"
},
"dependencies": {
"dotenv": "^8.2.0",
"node-fetch": "^2.6.0",
"request": "^2.88.2",
"twitter-api-sdk": "^1.2.1",
"twitter-api-v2": "^1.15.0"
},
"devDependencies": {
"eslint": "^7.7.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chiubaca/shiba-every-hour.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chiubaca/shiba-every-hour/issues"
},
"homepage": "https://github.com/chiubaca/shiba-every-hour#readme"
}