lbry-tipbot/package.json
2020-06-30 19:35:17 +00:00

35 lines
1 KiB
JSON

{
"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-node8": "^1.2.0",
"bitcoin": "^3.0.1",
"chrono-node": "^1.3.11",
"config": "^3.1.0",
"discord.js": "^11.4.2",
"embed-creator": "^1.2.4",
"jsonpath": "^1.0.1",
"moment": "^2.24.0",
"mongoose": "^5.7.5",
"node-config": "^0.0.2",
"numeral": "^2.0.6",
"request": "^2.88.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.16.4"
},
"name": "lbry-tipbot",
"version": "0.0.4",
"description": "LBRYs tipbot for Discord",
"main": "app.js",
"repository": "https://github.com/lbryio/lbry-tipbot",
"author": "filipnyquist <filip@lbry.com>",
"license": "MIT"
}