-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
51 lines (51 loc) · 1.34 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
{
"name": "discord-bot",
"version": "2.5.1",
"description": "Discord Bot running designhub's Discord Server written in discord.js based on GuideBot from AnIdiotsGuide",
"main": "app.js",
"scripts": {
"prepublish": "node util/installer.js",
"test": "echo \"Error: no test specified\" && exit 0",
"start": "nodemon node app.js",
"prettier": "prettier --write '*/**/*.{js,json,jsx}'"
},
"prettier": {
"printWidth": 200,
"semi": false,
"singleQuote": true
},
"author": "flo",
"homepage": "https://github.com/dsgnhb/discord-bot#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/dsgnhb/discord-bot.git"
},
"bugs": {
"url": "https://github.com/dsgnhb/discord-bot/issues"
},
"license": "ISC",
"dependencies": {
"chart.js": "^2.7.1",
"chartjs-node": "^1.6.0",
"discord.js": "^11.2.1",
"enmap": "^0.4.1",
"enmap-level": "^1.0.0",
"express": "^4.16.2",
"fs-nextra": "^0.3.2",
"git-last-commit": "^0.3.0",
"inquirer": "^4.0.2",
"js-beautify": "^1.7.4",
"klaw": "^2.1.0",
"moment": "^2.19.1",
"moment-duration-format": "^1.3.0",
"node-opus": "^0.2.7",
"package.json": "^2.0.1",
"request": "^2.83.0",
"twit": "^2.2.9",
"uws": "^0.14.5"
},
"devDependencies": {
"nodemon": "^1.14.12",
"prettier": "^1.7.4"
}
}