feat: hianime-api v2.0.0 modernization

This commit is contained in:
RY4N
2026-03-27 01:18:39 +06:00
parent a6354f97fd
commit 96da2c73a9
7 changed files with 221 additions and 196 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "hianime-api",
"version": "2.0.0",
"version": "2.1.3",
"type": "module",
"scripts": {
"dev": "bun run --hot index.ts",
@@ -37,6 +37,7 @@
"jest": "^30.3.0",
"prettier": "^3.2.5",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vitest": "^4.1.1"
}