hentaihaven
Version:
API for accessing hentaihaven.org
39 lines (38 loc) • 858 B
JSON
{
"name": "hentaihaven",
"version": "1.0.2",
"description": "API for accessing hentaihaven.org",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prepare": "npm run build",
"version": "git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sk-1982/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/**/*"
]
}