UNPKG

@localsimp/hentaihaven

Version:

API for accessing hentaihaven.xxx (Updated url by LocalSimp)

43 lines (42 loc) 1.04 kB
{ "name": "@localsimp/hentaihaven", "version": "2.0.1", "description": "API for accessing hentaihaven.xxx (Updated url by LocalSimp)", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npx tsc", "prepare": "npm run build", "version": "git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/shadowpog/hentaihaven.git" }, "keywords": [ "hentai", "hentaihaven" ], "author": "sk-1982", "license": "ISC", "devDependencies": { "@types/node": "^14.0.5", "@types/node-fetch": "^2.5.7", "typescript": "^3.9.3" }, "dependencies": { "abort-controller": "^3.0.0", "entities": "^2.0.3", "node-fetch": "^2.6.0", "tslib": "^2.0.0" }, "files": [ "lib/**/*" ], "bugs": { "url": "https://github.com/shadowpog/hentaihaven/issues" }, "homepage": "https://github.com/shadowpog/hentaihaven#readme" }