{
  "name": "@fresha/openapi-model",
  "version": "0.9.0",
  "description": "OpenAPI object model",
  "main": "build/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/surgeventures/api-tools.git",
    "directory": "packages/openapi-model"
  },
  "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"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "build/",
    "package.json",
    "LICENSE",
    "README.md"
  ],
  "keywords": [
    "OpenAPI"
  ],
  "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",
    "validator": "^13.9.0",
    "yaml": "^2.1.1"
  },
  "devDependencies": {
    "@fresha/eslint-config": "^0.3.0",
    "@fresha/jest-config": "^0.3.1",
    "@fresha/typescript-config": "^0.2.0",
    "@types/node": "^18.0.0",
    "@types/validator": "^13.7.13",
    "deep-object-diff": "^1.1.7",
    "typescript": "^5.0.2"
  },
  "gitHead": "e5e0d442df5389ac9e1eaf416e56d6e9eafa4995"
}
