{
  "name": "@fresha/openapi-codegen-client-fetch",
  "version": "0.6.1",
  "description": "OpenAPI code generation for Fetch API clients",
  "main": "build/index.js",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/surgeventures/api-tools.git",
    "directory": "packages/openapi-codegen-client-fetch"
  },
  "scripts": {
    "build": "tsc --project tsconfig.build.json",
    "build:watch": "npm run build -- --watch",
    "check": "run-s lint test",
    "check:fix": "run-s lint:fix test",
    "clean": "rimraf ./build",
    "eslint": "eslint ./src",
    "eslint:fix": "eslint ./src --fix",
    "lint": "run-s eslint typecheck",
    "lint:fix": "run-s eslint:fix typecheck",
    "prebuild": "npm run clean",
    "test": "jest --coverage",
    "typecheck": "tsc --noEmit"
  },
  "files": [
    "build/",
    "package.json",
    "LICENSE",
    "README.md"
  ],
  "keywords": [
    "OpenAPI",
    "code generator",
    "Fetch API",
    "TypeScript"
  ],
  "author": "Fresha Engineering",
  "contributors": [
    {
      "name": "Andriy Mykulyak",
      "email": "andriy@fresha.com",
      "url": "https://github.com/mykulyak"
    }
  ],
  "maintainers": [
    {
      "name": "Andriy Mykulyak",
      "email": "andriy@fresha.com",
      "url": "https://github.com/mykulyak"
    }
  ],
  "license": "MIT",
  "dependencies": {
    "@fresha/api-tools-core": "^0.7.0",
    "@fresha/code-morph-ts": "^0.3.1",
    "@fresha/openapi-codegen-utils": "^0.4.0",
    "@fresha/openapi-model": "^0.9.0",
    "ts-morph": "^17.0.1"
  },
  "devDependencies": {
    "@fresha/eslint-config": "^0.3.0",
    "@fresha/openapi-codegen-test-utils": "^0.4.0",
    "@fresha/typescript-config": "^0.2.0",
    "@types/pluralize": "^0.0.29",
    "pluralize": "^8.0.0",
    "typescript": "^5.0.2"
  },
  "gitHead": "13783279697041be16d920072a4420b27057231b"
}
