{
    "name": "hotpepper-sdk",
    "version": "0.1.0",
    "description": "HotPepper API SDK for Node.js",
    "main": "dist/index.js",
    "files": [
        "dist",
        "docs"
    ],
    "scripts": {
        "start-dev": "ts-node-dev --respawn tests/local/localTest.ts",
        "build": "tsc -p tsconfig.src.json",
        "test": "jest",
        "coverage": "jest --coverage",
        "typedoc": "typedoc --out ./docs/ ./src/index.ts"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/airRnot1106/hotpepper-sdk-nodejs.git"
    },
    "keywords": [
        "hotpepper",
        "recruit",
        "sdk"
    ],
    "author": "airRnot1106 <yngw.rintaro@gmail.com>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/airRnot1106/hotpepper-sdk-nodejs/issues"
    },
    "homepage": "https://github.com/airRnot1106/hotpepper-sdk-nodejs#readme",
    "devDependencies": {
        "@types/jest": "^27.4.1",
        "@types/node": "^17.0.23",
        "@types/node-fetch": "^2.6.1",
        "@typescript-eslint/eslint-plugin": "^5.10.0",
        "@typescript-eslint/parser": "^5.10.0",
        "dotenv": "^16.0.0",
        "eslint": "^8.7.0",
        "eslint-config-prettier": "^8.3.0",
        "jest": "^27.5.1",
        "prettier": "^2.5.1",
        "prettier-plugin-jsdoc": "^0.3.33",
        "ts-jest": "^27.1.4",
        "ts-node-dev": "^1.1.8",
        "typedoc": "^0.22.13",
        "typedoc-plugin-missing-exports": "^0.22.6",
        "typescript": "^4.6.3"
    },
    "dependencies": {
        "node-fetch": "^2.6.7"
    }
}
