{
    "name": "jikan-api",
    "version": "0.1.6",
    "description": "The unofficial Jikan API (v4) wrapper for the browser and node.js",
    "main": "dist/cjs/index.js",
    "module": "dist/esm/index.js",
    "types": "dist/types/index.d.js",
    "files": [
        "dist"
    ],
    "scripts": {
        "build": "npm run clean && npm run build:cjs && npm run build:esm && npm run build:types",
        "build:cjs": "tsc -p config/tsconfig.cjs.json",
        "build:esm": "tsc -p config/tsconfig.esm.json",
        "build:types": "tsc -p config/tsconfig.types.json",
        "clean": "rm -rf dist",
        "lint": "eslint src --fix",
        "package": "npm run build && npm pack",
        "docs": "typedoc",
        "test": "jest"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/kuzn5298/jikan-api.git"
    },
    "keywords": [
        "anime",
        "manga",
        "jikan",
        "jikan-moe",
        "api",
        "api-wrapper",
        "wrapper"
    ],
    "author": {
        "email": "kuzn5298@gmail.com",
        "name": "Nikita Kuznetsov",
        "url": "https://github.com/kuzn5298"
    },
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/kuzn5298/jikan-api/issues"
    },
    "homepage": "https://github.com/kuzn5298/jikan-api#readme",
    "devDependencies": {
        "@types/jest": "^29.0.3",
        "@typescript-eslint/eslint-plugin": "^5.36.2",
        "@typescript-eslint/parser": "^5.36.2",
        "eslint": "^8.23.0",
        "eslint-config-prettier": "^8.5.0",
        "eslint-plugin-prettier": "^4.2.1",
        "jest": "^29.0.3",
        "prettier": "^2.7.1",
        "ts-jest": "^29.0.2",
        "typedoc": "^0.23.14",
        "typedoc-plugin-mdn-links": "^2.0.0",
        "typedoc-plugin-merge-modules": "^4.0.1",
        "typedoc-plugin-missing-exports": "^1.0.0",
        "typedoc-plugin-reference-excluder": "^1.0.0",
        "typescript": "^4.8.2"
    },
    "dependencies": {
        "axios": "^0.27.2"
    }
}
