UNPKG

animegarden

Version:

API client and utils for AnimeGarden.

49 lines 1.08 kB
{ "name": "animegarden", "version": "0.5.2", "description": "API client and utils for AnimeGarden.", "keywords": [ "dmhy", "scraper", "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": { "@animegarden/client": "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" } }