-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 837 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 837 Bytes
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
{
"dependencies":{
"bitcoin-core": "^1.2.0",
"config": "^1.27.0",
"console-stamp": "^0.2.6",
"discord.js": "^11.2.1",
"mongodb": "^3.0.2",
"needle": "^2.0.1",
"node-cache": "^4.1.1"
},
"scripts":{
"prettier":"prettier * --write",
"build":"babel bot -d dist",
"prod":"babel bot -d dist & node dist/bot.js",
"lint":"prettier --write bot/**/*.js",
"precommit":"prettier --write bot/**/*.js"
},
"devDependencies":{
"husky":"^0.14.3",
"prettier":"1.8.1"
},
"name":"chainbot",
"version":"0.0.1",
"description":"Infomation Bot for Chaincoin Discord",
"main":"bot.js",
"repository":"https://github.com/ChainBotMaster/chainbot",
"author":"ChainBotMaster",
"license":"MIT"
}