forked from dbkynd/twitter-to-discord
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1010 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
39
{
"name": "twitter-to-discord",
"version": "0.0.1",
"description": "Push Tweets to Discord channels.",
"main": "app.js",
"scripts": {
"lint": "eslint app.js ./bin/*.js",
"start": "node app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dbkynd/twitter-to-discord.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/dbkynd/twitter-to-discord/issues"
},
"homepage": "https://github.com/dbkynd/twitter-to-discord#readme",
"dependencies": {
"command-exists": "^1.2.8",
"discord.js": "^11.4.2",
"html-entities": "^1.2.1",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"mongoose": "^5.3.11",
"node-fetch": "^2.2.1",
"rimraf": "^2.6.2",
"twit": "^2.2.11",
"winston": "^3.1.0"
},
"devDependencies": {
"eslint": "^5.9.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1"
}
}