@yeci226/nhentai-ts
Version:
A scraper for NHentai with types
79 lines (78 loc) • 2.2 kB
JSON
{
"name": "@yeci226/nhentai-ts",
"description": "A scraper for NHentai with types",
"version": "1.0.19",
"exports": {
".": {
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts"
}
},
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
"types": "./dist/types/index.d.ts",
"license": "MIT",
"keywords": [
"nhentai",
"doujin",
"nhentai-pdf",
"nhentai-api",
"nhentai-reader",
"nhentai-downloader",
"zip"
],
"files": [
"dist/**/*",
"src/**/*"
],
"repository": {
"type": "git",
"url": "https://github.com/yeci226/nhentai-ts.git"
},
"bugs": {
"url": "https://github.com/yeci226/nhentai-ts/issues"
},
"homepage": "https://github.com/yeci226/nhentai-ts#readme",
"author": {
"name": "yeci226",
"url": "https://github.com/yeci226"
},
"scripts": {
"build": "tsx src/build.ts",
"build:legacy": "npx rimraf dist && npx tsc",
"lint": "yarn eslint .",
"format": "yarn prettier --write --config .prettierrc.json \"src/**/*.ts\"",
"lint:fix": "yarn eslint --fix .",
"prepack": "yarn build",
"postinstall": "yarn build",
"docs": "yarn typedoc",
"type-check": "tsc --noEmit"
},
"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",
"rimraf": "^5.0.5",
"tough-cookie": "^4.1.3",
"tsx": "^4.20.3",
"tiny-glob": "^0.2.9"
},
"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",
"esbuild": "^0.18.0",
"eslint": "^8.20.0",
"prettier": "^2.7.1",
"typedoc": "^0.23.9",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=14.0.0"
}
}