twitter-echo-bot
Version:
Twitter bot that echos tweets from a given Twitter account
36 lines (35 loc) • 776 B
JSON
{
"name": "twitter-echo-bot",
"version": "0.1.4",
"description": "Twitter bot that echos tweets from a given Twitter account",
"main": "lib/TwitterEchoBot.js",
"bin": "main.js",
"author": "DJ Seeds dseeds14@gmail.com",
"license": "MIT",
"dependencies": {
"request": "^2.88.0",
"twit": "^2.2.11"
},
"devDependencies": {
"eslint": "^5.12.0",
"eslint-config-google": "^0.11.0"
},
"scripts": {
"check": "bash scripts/check.sh",
"lint": "eslint --ignore-path .gitignore ."
},
"repository": {
"type": "git",
"url": "https://github.com/djseeds/twitter-echo-bot.git"
},
"keywords": [
"twitter",
"twitter-bot",
"twitter-streaming-api",
"twit",
"nodejs"
],
"engines": {
"node": ">=7.8.0"
}
}