{
  "name": "@yuna0x0/anilist-node",
  "version": "1.15.1",
  "description": "A lightweight Node.js wrapper for the AniList API",
  "main": "./lib/index.js",
  "types": "./lib/types/index.d.ts",
  "typesVersions": {
    ">=4.2": {
      "*": [
        "*"
      ]
    }
  },
  "lint-staged": {
    "*.{html,css,js,json,jsx}": [
      "prettier --write",
      "eslint --fix --quiet"
    ]
  },
  "contributors": [
    "Frederick Katsura <fkatsura@katsurin.com>",
    "yuna0x0 <yuna@yuna0x0.com>"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yuna0x0/Anilist-Node"
  },
  "bugs": {
    "url": "https://github.com/yuna0x0/Anilist-Node/issues"
  },
  "license": "MIT",
  "dependencies": {
    "abort-controller": "^3.0.0",
    "node-fetch": "^2.7.0"
  },
  "keywords": [
    "anilist",
    "api",
    "anime",
    "node.js"
  ],
  "devDependencies": {
    "docdash": "^2.0.2",
    "eslint": "^8.57.1",
    "eslint-plugin-prettier": "^5.1.3",
    "husky": "^9.1.7",
    "jsdoc": "^4.0.2",
    "lint-staged": "^16.1.6",
    "prettier": "^3.2.5",
    "typescript": "^5.3.3"
  },
  "scripts": {
    "test": "node tests/mediaTest.js",
    "docs": "node utilities/clearDocs.js && jsdoc -u tutorials -c utilities/docConfig.json && prettier --write ./docs",
    "eslint": "eslint .",
    "eslint:fix": "eslint . --fix",
    "prettier": "prettier --write ."
  }
}