UNPKG

@rexxhayanasi/nhentai

Version:

A scraper for NHentai with types

54 lines (53 loc) 1.34 kB
{ "name": "@rexxhayanasi/nhentai", "description": "A scraper for NHentai with types", "version": "1.0.0", "main": "./dist/index.js", "types": "./dist/index.d.ts", "license": "MIT", "keywords": [ "nhentai", "doujin", "nhentai-pdf", "nhentai-api", "nhentai-reader", "nhentai-downloader", "zip" ], "files": [ "dist" ], "homepage": "https://whatsapp.com/channel/0029VapYyKEGufIpsd3Rja2C", "author": { "name": "RexxHayanasi", "url": "https://github.com/RexxHayanasi" }, "scripts": { "build": "yarn rimraf dist && yarn tsc", "lint": "yarn eslint .", "format": "yarn prettier --write --config .prettierrc.json \"src/**/*.ts\"", "lint:fix": "yarn eslint --fix .", "prepack": "yarn build", "docs": "yarn typedoc", "test": "npm test" }, "dependencies": { "axios": "^1.6.7", "cheerio": "^1.0.0-rc.12", "http-cookie-agent": "^6.0.1", "jszip": "^3.10.0", "pdfkit": "^0.13.0", "tough-cookie": "^4.1.3" }, "devDependencies": { "@types/node": "^18.6.1", "@types/pdfkit": "^0.12.6", "@types/tough-cookie": "^4.0.5", "@typescript-eslint/eslint-plugin": "^5.31.0", "@typescript-eslint/parser": "^5.31.0", "eslint": "^8.20.0", "prettier": "^2.7.1", "typedoc": "^0.23.9", "typescript": "^4.7.4" } }