nitter-scraper
Version:
A Twitter scraper that uses Nitter to fetch tweets without authentication
43 lines (42 loc) • 906 B
JSON
{
"name": "nitter-scraper",
"version": "1.0.11",
"description": "A Twitter scraper that uses Nitter to fetch tweets without authentication",
"author": "wslyvh",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wslyvh/nitter-scraper.git"
},
"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"
],
"dependencies": {
"cheerio": "^1.1.0"
},
"devDependencies": {
"@types/node": "^24",
"tsc-alias": "^1",
"typescript": "^5"
},
"files": [
"dist",
"README.md",
"LICENSE"
]
}