twitter-tipbot/package.json
2018-04-13 14:22:27 -04:00

38 lines
1.2 KiB
JSON

{
"name": "node-tip-bot-twitter",
"version": "1.0.2",
"description": "node.js based tipping bot for any coin",
"main": "bin/tipbot",
"dependencies": {
"twitter": "~1.0.3",
"js-yaml": "~3.0.1",
"winston": "~0.7.2",
"node-gameunits": "~0.3.5",
"swig": "1.3.2",
"express": "3.4.8"
},
"devDependencies": {
"prettier": "1.8.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bin/tipbot",
"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"
},
"repository": {
"type": "git",
"url": "http://github.com/gameunits/node-tip-bot"
},
"author": "gameunits",
"license": "MIT",
"bugs": {
"url": "https://github.com/gameunits/node-tip-bot/issues"
},
"homepage": "https://github.com/gameunits/node-tip-bot",
"keywords": ["gameunits", "bitcoin", "litecoin", "altcoin", "tip", "tipbot", "irc", "bot"]
}