{ "name": "@hey-api/spec-types", "version": "0.1.0", "description": "📃 TypeScript definitions for OpenAPI and JSON Schema specifications with complete inline documentation.", "keywords": [ "definitions", "documentation", "json", "jsonschema", "openapi", "schema", "spec", "specification", "swagger", "types", "typescript" ], "homepage": "https://heyapi.dev/", "bugs": { "url": "https://github.com/hey-api/openapi-ts/issues" }, "license": "MIT", "author": { "name": "Hey API", "email": "lubos@heyapi.dev", "url": "https://heyapi.dev" }, "repository": { "type": "git", "url": "git+https://github.com/hey-api/openapi-ts.git" }, "funding": "https://github.com/sponsors/hey-api", "files": [ "dist", "LICENSE.md", "README.md" ], "type": "module", "sideEffects": false, "types": "./dist/index.d.mts", "exports": { ".": { "types": "./dist/index.d.mts" }, "./package.json": "./package.json" }, "scripts": { "build": "tsdown", "dev": "tsdown --watch", "prepublishOnly": "pnpm build", "typecheck": "tsgo --noEmit" }, "dependencies": { "@hey-api/types": "workspace:*" }, "devDependencies": { "typescript": "5.9.3" } }