lbry-tipbot/package.json

36 lines
1.1 KiB
JSON
Raw Normal View History

2017-10-25 21:12:38 +02:00
{
"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-node8": "^1.2.0",
"bitcoin": "^3.0.1",
"chrono-node": "^1.3.5",
2018-10-11 20:45:52 +02:00
"config": "^2.0.1",
2018-05-04 13:33:40 +02:00
"discord.js": "^11.3.2",
"embed-creator": "^1.2.3",
"jsonpath": "^1.0.0",
"moment": "^2.22.1",
"mongoose": "^5.0.17",
2017-10-25 21:12:38 +02:00
"node-config": "^0.0.2",
"numeral": "^2.0.6",
"regex": "^0.1.1",
2018-05-04 13:33:40 +02:00
"request": "^2.85.0"
2017-10-25 21:12:38 +02:00
},
"scripts": {
"prettier": "prettier --write '{bot,.}/**/*.{js,json}' --single-quote --print-width 240",
2017-10-25 21:12:38 +02:00
"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"
2017-10-25 21:12:38 +02:00
},
"devDependencies": {
2018-05-04 13:33:40 +02:00
"prettier": "^1.12.1"
2017-10-25 21:12:38 +02:00
},
"name": "lbry-tipbot",
2018-05-04 13:33:40 +02:00
"version": "0.0.4",
"description": "LBRYs tipbot for Discord",
2017-10-25 21:12:38 +02:00
"main": "app.js",
"repository": "https://github.com/lbryio/lbry-tipbot",
2017-10-25 21:12:38 +02:00
"author": "filipnyquist <filip@lbry.io>",
"license": "MIT"
}