-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 831 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
40
41
{
"name": "cmyk",
"version": "1.0.0",
"description": "A colourful Discord bot",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"format": "prettier --write --single-quote . && xo"
},
"repository": {
"type": "git",
"url": "[email protected]:hugo/cmyk.git"
},
"keywords": [
"discord",
"bot",
"colours",
"cmyk"
],
"author": {
"name": "Hugo Muller-Downing",
"email": "[email protected]",
"url": "hu.md"
},
"license": "MIT",
"devDependencies": {
"nodemon": "1.18.3",
"prettier": "1.8.2",
"xo": "0.22.0"
},
"dependencies": {
"axios": "0.17.1",
"chalk": "2.3.0",
"discord.js": "11.2.1",
"memory-cache": "^0.2.0",
"minimist-string": "1.0.2",
"ms": "2.1.1",
"require-all": "2.2.0",
"sequelize": "4.24.0"
}
}