wopian/kitsu

View on GitHub
packages/kitsu/package.json

Summary

Maintainability
Test Coverage
{
  "version": "10.1.5",
  "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": ">= 14"
  },
  "keywords": [
    "kitsu",
    "kitsu.io",
    "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": "^0.28.1",
    "kitsu-core": "^10.1.5",
    "pluralize": "^8.0.0"
  },
  "size-limit": [
    {
      "path": "./dist/index.js",
      "limit": "14 kb",
      "brotli": true
    },
    {
      "path": "./dist/index.mjs",
      "limit": "14 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"
    }
  }
}