UNPKG

@animegarden/client

Version:

Anime Garden API client and utils

56 lines 1.21 kB
{ "name": "@animegarden/client", "version": "0.5.2", "description": "Anime Garden API client and utils", "keywords": [ "dmhy", "moe", "bangumi", "animegarden", "animespace" ], "homepage": "https://github.com/yjl9903/AnimeGarden#readme", "bugs": { "url": "https://github.com/yjl9903/AnimeGarden/issues" }, "repository": { "type": "git", "url": "git+https://github.com/yjl9903/AnimeGarden.git" }, "license": "AGPL-3.0", "author": "XLor", "sideEffects": false, "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "dependencies": { "ohash": "^2.0.11", "simptrad": "^0.2.0", "zod": "^3.25.20", "anipar": "0.5.2" }, "devDependencies": { "@animegarden/shared": "0.5.2" }, "engines": { "node": ">=v18.16.0" }, "scripts": { "build": "unbuild", "format": "prettier --write src/**/*.ts test/**/*.ts", "test": "vitest", "test:ci": "vitest --run", "typecheck": "tsc --noEmit" } }