{
  "name": "nitter-scraper-v2",
  "version": "1.3.2",
  "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": "faressofiane",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.9.0",
    "cheerio": "^1.1.0",
    "http-proxy-agent": "^7.0.2",
    "https-proxy-agent": "^7.0.6",
    "react-native-html-parser": "^0.1.0",
    "socks-proxy-agent": "^8.0.5",
    "tsc-alias": "^1.8.16"
  },
  "devDependencies": {
    "@types/node": "^24.0.0",
    "typescript": "^5.8.3"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ]
}
