{
  "name": "schema-sdk",
  "version": "0.16.4",
  "description": "Convert JSON Schema OpenAPI Spec to TypeScript Clients",
  "author": "Constructive <developers@constructive.io>",
  "homepage": "https://github.com/constructive-io/dev-utils",
  "license": "MIT",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/dev-utils"
  },
  "bugs": {
    "url": "https://github.com/constructive-io/dev-utils/issues"
  },
  "scripts": {
    "copy": "makage assets",
    "clean": "makage clean",
    "prepublishOnly": "npm run build",
    "build": "makage build",
    "lint": "eslint . --fix",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "dependencies": {
    "@babel/generator": "7.28.6",
    "@babel/parser": "^7.28.6",
    "@babel/traverse": "7.28.6",
    "@babel/types": "7.28.6",
    "@constructive-io/fetch-api-client": "0.8.1",
    "deepmerge": "^4.3.1",
    "fast-json-patch": "^3.1.1",
    "komoji": "0.9.0",
    "schema-typescript": "0.14.3"
  },
  "keywords": [
    "jsonschema",
    "schema",
    "typescript",
    "swagger",
    "openapi"
  ],
  "devDependencies": {
    "@types/babel__generator": "^7.27.0",
    "jest-diff": "^30.0.4",
    "makage": "0.1.10"
  },
  "gitHead": "bb249b34d3b4d562777d149322fb7acda53b375e"
}
