UNPKG

itch-scraper

Version:

Itch scraper is a scraping tool to get data from itch.io pages.

46 lines (45 loc) 1.21 kB
{ "name": "itch-scraper", "version": "2.1.0", "description": "Itch scraper is a scraping tool to get data from itch.io pages.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "lint": "npx eslint --fix .", "dev": "tsc -W", "build": "tsc", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/DeathVenom54/itch-scraper.git" }, "keywords": [ "itch", "itch.io", "scraper" ], "author": "https://github.com/DeathVenom54/", "license": "MIT", "bugs": { "url": "https://github.com/DeathVenom54/itch-scraper/issues" }, "homepage": "https://github.com/DeathVenom54/itch-scraper#readme", "dependencies": { "axios": "^0.24.0", "cheerio": "^1.0.0-rc.10" }, "devDependencies": { "@types/cheerio": "^0.22.30", "@types/jest": "^27.0.2", "@typescript-eslint/eslint-plugin": "^5.4.0", "@typescript-eslint/parser": "^5.4.0", "eslint": "^8.2.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "jest": "^27.3.1", "prettier": "^2.4.1", "ts-jest": "^27.0.7", "typescript": "^4.4.4" } }