-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 906 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
{
"name": "Chii",
"version": "0.1.0",
"description": "A discord bot using discord.js",
"main": "main.js",
"scripts": {
"start": "node main.js",
"devstart": "node node_modules/nodemon/bin/nodemon.js main.js",
"test": "node ./node_modules/mocha/bin/mocha -b"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polo123qwe/Kei.git"
},
"author": "Sergi",
"license": "ISC",
"bugs": {
"url": "https://github.com/polo123qwe/Kei/issues"
},
"homepage": "https://github.com/polo123qwe/Kei#readme",
"dependencies": {
"discord.js": "^11.4.2",
"forecast.io-bluebird": "0.0.1",
"mongodb": "^3.1.6",
"node-schedule": "^1.3.0",
"osu-api": "0.0.3",
"require-directory": "^2.1.1",
"request": "^2.88.0",
"winston": "^3.1.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0",
"nodemon": "^1.10.2"
}
}