-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.07 KB
/
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
40
41
42
43
44
45
{
"name": "webspell",
"version": "1.3.0",
"description": "WebSpell bot - Handle rss feed.",
"author": "KhaaZ#0001",
"license": "MIT",
"dependencies": {
"axoncore": "git+https://github.com/Khaazz/AxonCore#dev",
"chalk": "^2.4.2",
"eris": "git+https://github.com/Khaazz/eris.git#axoncore",
"esm": "^3.2.25",
"eventemitter3": "^4.0.0",
"execa": "^1.0.0",
"mongoose": "^5.7.5",
"pm2": "^3.5.1",
"rss-parser": "^3.6.3",
"superagent": "^4.1.0"
},
"devDependencies": {
"cloc": "^2.4.0",
"eslint": "^5.14.0",
"yarn": "^1.22.0"
},
"main": "index.js",
"scripts": {
"lint": "lint .",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node -r esm src/index.js",
"pm2start": "node scripts/start.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Khaazz/webSPELL.git"
},
"bugs": {
"url": "https://github.com/Khaazz/webSPELL/issues"
},
"homepage": "https://github.com/Khaazz/webSPELL#readme",
"keywords": [
"bot",
"discord",
"bot",
"eris"
]
}