UNPKG

nhentai.js-api

Version:
44 lines (43 loc) 1 kB
{ "name": "nhentai.js-api", "version": "3.0.3", "description": "nhentai.net API", "main": "out/index.js", "types": "out/index.d.ts", "files": [ "out/**/*", "docs/**/*" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "test": "jest --config jestconfig.json", "format": "npx prettier --trailing-comma none --single-quote --tab-width 4 -w src" }, "bugs": { "url": "https://github.com/hubble459/nhentai.js/issues" }, "repository": { "type": "git", "url": "git+https://github.com/hubble459/nhentai.js" }, "homepage": "https://github.com/hubble459/nhentai.js#readme", "keywords": [ "nhentai", "nhentai api", "hentai api" ], "author": "Hubble34", "license": "ISC", "dependencies": { "jsdom": "^16.6.0", "node-fetch": "^2.6.1" }, "devDependencies": { "@types/jest": "^26.0.23", "@types/jsdom": "^16.2.11", "jest": "^27.0.4", "ts-jest": "^27.0.3", "typescript": "^4.3.2" } }