lbry-tipbot/package.json
Niko Storni f2c784dc23
Merge branch 'master' into multirole
ported over the changes made in master
changed vars to let
simplified code
added missing dependency to package.json
2018-02-22 02:22:58 +01:00

36 lines
1.1 KiB
JSON

{
"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-node8": "^1.2.0",
"bitcoin": "^3.0.1",
"chrono-node": "^1.3.5",
"config": "^1.29.4",
"discord.js": "^11.3.0",
"embed-creator": "^1.1.4",
"jsonpath": "^0.2.12",
"moment": "^2.20.1",
"mongoose": "^4.13.11",
"node-config": "^0.0.2",
"numeral": "^2.0.6",
"regex": "^0.1.1",
"request": "^2.83.0"
},
"scripts": {
"prettier": "prettier --write '{bot,.}/**/*.{js,json}' --single-quote --print-width 240",
"build": "babel bot -d dist",
"prod": "babel bot -d dist & node dist/bot.js",
"lint": "prettier --write '{bot,.}/**/*.{js,json}' --single-quote --print-width 240",
"precommit": "prettier --write '{bot,.}/**/*.{js,json}' --single-quote --print-width 240"
},
"devDependencies": {
"prettier": "1.7.4"
},
"name": "lbry-tipbot",
"version": "0.0.3",
"description": "LBRYs tipbot for Discord",
"main": "app.js",
"repository": "https://github.com/lbryio/lbry-tipbot",
"author": "filipnyquist <filip@lbry.io>",
"license": "MIT"
}