-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·61 lines (61 loc) · 1.42 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "naho",
"version": "1.2.4",
"description": "A Discord Bot with focus around Economy and Canvas commands.",
"author": {
"name": "Shin#0484"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Shinmercy/naho.git"
},
"bugs": {
"url": "https://github.com/Shinmercy/naho/issues"
},
"keywords": [
"discord",
"commando",
"economy",
"bot"
],
"homepage": "https://github.com/Shinmercy/naho#readme",
"dependencies": {
"Sherlock": "neilgupta/Sherlock",
"canvas": "next",
"cheerio": "^0.22.0",
"discord.js": "hydrabolt/discord.js",
"discord.js-commando": "gawdl3y/discord.js-commando",
"erlpack": "hammerandchisel/erlpack",
"moment": "^2.0.0",
"moment-duration-format": "^1.0.0",
"node-opus": "^0.2.0",
"pg": "^6.0.0",
"pg-hstore": "^2.0.0",
"prism-media": "hydrabolt/prism-media",
"random-js": "^1.0.0",
"redis": "^2.0.0",
"request": "^2.0.0",
"request-promise": "^4.0.0",
"sequelize": "^4.0.0",
"simple-youtube-api": "^3.0.0",
"snekfetch": "^3.0.0",
"tsubaki": "^1.0.0",
"uws": "^8.0.0",
"winston": "^2.0.0",
"ytdl-core": "^0.17.0"
},
"devDependencies": {
"eslint": "^4.0.0",
"eslint-config-aqua": "^2.0.0"
},
"eslintConfig": {
"extends": "aqua",
"rules": {
"no-process-env": "off"
}
},
"engines": {
"node": ">=8.0.0"
}
}