{
  "name": "sankaku-client",
  "version": "2.0.0",
  "description": "Unofficial Sankaku beta api client, with account support.",
  "main": "src/index.js",
  "scripts": {
    "test": "echo \"Error: there are no tests available\" && exit 1",
    "semantic-release": "semantic-release",
    "test:integration": "jest --config jest.config.integration.js"
  },
  "engines": {
    "node": ">=20"
  },
  "keywords": [
    "sankaku-api",
    "sankaku complex",
    "sankaku"
  ],
  "type": "module",
  "author": "GiorgioBrux",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.6.8",
    "jwt-decode": "^4.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.24.4",
    "@babel/eslint-parser": "^7.24.1",
    "@babel/eslint-plugin": "^7.23.5",
    "@babel/plugin-transform-class-properties": "^7.24.1",
    "@babel/plugin-transform-private-methods": "^7.24.1",
    "@babel/preset-env": "^7.24.4",
    "@commitlint/config-conventional": "^19.1.0",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^10.0.2",
    "@semantic-release/npm": "^12.0.0",
    "commitlint": "^19.2.1",
    "dotenv": "16.4.5",
    "eslint": "^8.57.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-jsdoc": "^48.2.2",
    "eslint-plugin-prettier": "^5.1.3",
    "jest": "^29.7.0",
    "jsdoc-to-markdown": "^8.0.1",
    "lint-staged": "^15.2.2",
    "prettier": "^3.2.5",
    "semantic-release": "^23.0.7",
    "simple-git-hooks": "^2.11.1"
  },
  "simple-git-hooks": {
    "commit-msg": "npx --no-install commitlint --edit $1",
    "pre-commit": "npx lint-staged"
  },
  "lint-staged": {
    "*.js": [
      "eslint --cache --fix",
      "prettier --write"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/GiorgioBrux/sankaku-client.git"
  }
}
