{
  "name": "twitter-profile-scraper",
  "version": "1.0.0",
  "description": "A nodejs package to scrape user's profile data from twitter automatically.",
  "main": "twitter-profile-scraper.js",
  "dependencies": {
    "datakund": "^1.1.1"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "twitter",
    "nodejs",
    "datakund",
    "automation",
    "profile",
    "login",
	"scraper"
  ],
  "author": "datakund",
  "license": "ISC"
}
