animegarden
Version:
API client and utils for AnimeGarden.
49 lines • 1.08 kB
JSON
{
"name": "animegarden",
"version": "0.5.1",
"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": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@animegarden/client": "0.5.1"
},
"engines": {
"node": ">=v18.16.0"
},
"scripts": {
"build": "unbuild",
"format": "prettier --write src/**/*.ts test/**/*.ts",
"test": "vitest",
"test:ci": "vitest --run",
"typecheck": "tsc --noEmit"
}
}