forked from progdisc/AwesomeBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1020 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
{
"name": "TheAwesomeBot",
"version": "1.0.0",
"description": "",
"main": "TheAwesomeBot.js",
"scripts": {
"start": "node start.js",
"test": "if [ \"$TRAVIS_PULL_REQUEST\" = \"false\" ]; then node test/*.js | tap-summary --no-progress; fi",
"lint": "eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rgoliveira/AwesomeBot.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/rgoliveira/AwesomeBot/issues"
},
"homepage": "https://github.com/rgoliveira/AwesomeBot",
"dependencies": {
"cheerio": "^0.22.0",
"discord.js": "^11.0.0",
"replit-client": "^0.19.0",
"request": "^2.81.0",
"request-promise": "^4.2.0",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"eslint": "^3.0.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"tap-summary": "^3.0.1",
"tape": "^4.6.3"
}
}