hianime
Version:
a scraper for hianime
58 lines (57 loc) • 1.33 kB
JSON
{
"name": "hianime",
"version": "1.5.1",
"$schema": "https://json.schemastore.org/package",
"description": "a scraper for hianime",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/poypoy252525/hianime.git"
},
"homepage": "https://hianime.mintlify.app/",
"bugs": {
"url": "https://github.com/poypoy252525/hianime/issues"
},
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts --out-dir dist --clean",
"start": "node ./dist/index.js",
"dev": "ts-node-dev --respawn --transpile-only test/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"keywords": [
"hianime",
"anime",
"subbed",
"anime-list",
"anime-listing",
"anime-api",
"hianime-scraper",
"anime-scraper"
],
"author": "cjdelfin",
"license": "MIT",
"type": "commonjs",
"devDependencies": {
"ts-node-dev": "^2.0.0",
"tsup": "^8.5.0",
"typescript": "^5.9.2"
},
"dependencies": {
"axios": "^1.11.0",
"cheerio": "^1.1.2"
}
}