{
  "name": "@habytorg/juro-api",
  "version": "1.0.6",
  "description": "Typed client API for Juro",
  "scripts": {
    "lint": "eslint --ignore-path .gitignore .",
    "lint:fix": "npm run lint -- --fix",
    "test": "yarn jest",
    "generate": "openapi --input ./openapi-specs/juro-api-spec.json --output ./src/generated/juro --useOptions --useUnionTypes",
    "compile": "tsc",
    "build": "tsc -p tsconfig.build.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/habyt/juro-api.git"
  },
  "author": "holcz",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/habyt/juro-api.git/issues"
  },
  "homepage": "https://github.com/habyt/juro-api.git#readme",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "devDependencies": {
    "@jest/globals": "^29.7.0",
    "@types/jest": "^29.4.0",
    "@typescript-eslint/eslint-plugin": "^5.21.0",
    "@typescript-eslint/parser": "^5.21.0",
    "eslint": "^8.33.0",
    "eslint-config-prettier": "^8.7.0",
    "eslint-plugin-jest": "^27.2.1",
    "eslint-plugin-unused-imports": "^2.0.0",
    "jest": "^29.5.0",
    "openapi-typescript-codegen": "^0.23.0",
    "prettier": "^2.6.2",
    "ts-jest": "^29.1.1",
    "typescript": "^4.6.3"
  }
}
