forked from wokhouse/kdfc-playlist-bot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 824 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
{
"name": "kdfc-playlist-bot",
"version": "1.0.0",
"description": "Tweets KDFC's playlist (kdfc.com/playlist/)",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/overwatchcorp/kdfc-playlist-bot.git"
},
"author": "Jasper Fung <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/overwatchcorp/kdfc-playlist-bot/issues"
},
"homepage": "https://github.com/overwatchcorp/kdfc-playlist-bot#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"dotenv": "^5.0.1",
"node-fetch": "^2.1.2",
"twitter": "^1.7.1"
},
"devDependencies": {
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.10.0",
"jest": "^22.4.3"
}
}