lbry-tipbot/package.json

35 lines
910 B
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",
"config": "^1.27.0",
"discord.js": "^11.2.1",
"embed-creator": "^1.1.4",
"jsonpath": "^0.2.12",
"moment": "^2.20.1",
"mongoose": "^4.13.7",
2017-10-25 21:12:38 +02:00
"node-config": "^0.0.2",
"numeral": "^2.0.6",
"request": "^2.83.0"
},
"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"
2017-10-25 21:12:38 +02:00
},
"devDependencies": {
"prettier": "1.7.4"
},
"name": "lbry-tipbot",
"version": "0.0.3",
"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"
}