{ "dependencies": { "babel-cli": "^6.26.0", "babel-preset-node8": "^1.2.0", "bitcoin": "^3.0.1", "chrono-node": "^1.3.5", "config": "^2.0.1", "discord.js": "^11.4.2", "embed-creator": "^1.2.4", "jsonpath": "^1.0.0", "moment": "^2.22.2", "mongoose": "^5.3.12", "node-config": "^0.0.2", "numeral": "^2.0.6", "regex": "^0.1.1", "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.15.2" }, "name": "lbry-tipbot", "version": "0.0.4", "description": "LBRYs tipbot for Discord", "main": "app.js", "repository": "https://github.com/lbryio/lbry-tipbot", "author": "filipnyquist ", "license": "MIT" }