heyanime
Version:
📦 A scraper package serving anime information from hianime.to (formerly aniwatch.to)
56 lines (55 loc) • 1.37 kB
JSON
{
"name": "heyanime",
"version": "2.17.0",
"description": "📦 A scraper package serving anime information from hianime.to (formerly aniwatch.to)",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"type": "module",
"scripts": {
"lint": "tsc",
"build": "tsup",
"ci": "tsc && pnpm test && tsup",
"test": "vitest run --config vitest.config.ts",
"prepare": "node .husky/install.mjs"
},
"author": "Ritesh Ghosh (https://github.com/ghoshRitesh12)",
"repository": {
"type": "git",
"url": "git+https://github.com/ghoshRitesh12/aniwatch.git"
},
"bugs": {
"url": "https://github.com/ghoshRitesh12/aniwatch/issues"
},
"homepage": "https://github.com/ghoshRitesh12/aniwatch#readme",
"keywords": [
"anime",
"hianime",
"aniwatch",
"hianime.to",
"aniwatch.to",
"scraper",
"package"
],
"dependencies": {
"aniwatch": "^2.17.0",
"axios": "^1.7.9",
"cheerio": "1.0.0",
"crypto-js": "^4.2.0",
"vercel": "^39.2.2"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/node": "^22.1.0",
"husky": "^9.1.4",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
},
"files": [
"dist",
"LICENSE",
"package.json"
]
}