UNPKG

kitsu

Version:

A simple, lightweight & framework agnostic JSON:API client using Axios

111 lines (110 loc) 2.95 kB
{ "version": "11.0.1", "name": "kitsu", "description": "A simple, lightweight & framework agnostic JSON:API client using Axios", "author": "James Harris <wopian@wopian.me>", "contributors": [ "Brandon Martinez <me@brandonmartinez.com>", "Daniel Skogly <daniel.skogly@protonmail.com>", "Lukas Erlacher <erlacher@in.tum.de>", "Matthew Dias <matthewdias@me.com>", "Menthol <bennetteson@gmail.com>", "pedep <pedep@users.noreply.github.com>" ], "license": "MIT", "main": "dist/index", "module": "dist/index", "types": "types/index.d.ts", "homepage": "https://github.com/wopian/kitsu/tree/master/packages/kitsu#readme", "repository": "https://github.com/wopian/kitsu", "bugs": { "url": "https://github.com/wopian/kitsu/issues" }, "funding": "https://github.com/sponsors/wopian", "engines": { "node": "18 || 20 || >= 22" }, "keywords": [ "kitsu", "kitsu.app", "anime", "manga", "drama", "json", "api", "wrapper", "client", "jsonapi", "json-api", "json:api", "serialize", "deserialize", "axios" ], "scripts": { "docs:lint": "documentation lint src/index.js", "docs:build": "documentation readme src/index.js --section=API -g true --sort-order source", "docs:typescript": "tsc src/index.js --declaration --emitDeclarationOnly --allowJs --outDir types", "rollup": "cross-env NODE_ENV=production rollup -c --environment BUILD:production", "build": "yarn rollup" }, "dependencies": { "axios": "^1.8.4", "kitsu-core": "^11.0.1", "pluralize": "^8.0.0" }, "size-limit": [ { "path": "./dist/index.js", "limit": "18 kb", "brotli": true }, { "path": "./dist/index.mjs", "limit": "18 kb", "brotli": true } ], "gitHead": "5c9778d191d17d7c9790cfc6d0f4e983b4742a53", "devDependencies": { "@size-limit/preset-small-lib": "~8.2.0" }, "exports": { "./package.json": "./package.json", ".": { "types": "./types/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./index": { "types": "./types/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./index.js": { "types": "./types/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./index.mjs": { "types": "./types/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./dist/index": { "types": "./types/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./dist/index.js": { "types": "./types/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./dist/index.mjs": { "types": "./types/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } } }