{
  "name": "nitter-scraper",
  "version": "1.0.3",
  "description": "A Twitter scraper that uses Nitter to fetch tweets without authentication",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "nitter-scraper": "./dist/cli.js"
  },
  "scripts": {
    "build": "tsc && tsc-alias",
    "start": "bun run src/index.ts",
    "prepare": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1",
    "cli": "bun run src/cli.ts"
  },
  "keywords": [
    "twitter",
    "scraper",
    "nitter",
    "tweets"
  ],
  "author": "wslyvh",
  "license": "MIT",
  "dependencies": {
    "cheerio": "^1.0.0-rc.12",
    "tsc-alias": "^1.8.11"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ]
}
