{
  "name": "@sdk-it/python",
  "version": "0.46.0",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "scripts": {
    "test": "node --loader tsx --test",
    "build": "tsc",
    "clean": "rm -rf dist"
  },
  "files": [
    "dist",
    "!**/*.tsbuildinfo",
    "!**/*.test.*"
  ],
  "dependencies": {
    "openapi3-ts": "4.5.0",
    "@sdk-it/core": "0.46.0",
    "stringcase": "^4.3.1",
    "@sdk-it/spec": "0.46.0"
  }
}
