{ "name": "@agentic/platform-openapi-utils", "version": "8.2.0", "description": "OpenAPI utilities used by the Agentic platform.", "author": "Travis Fischer ", "license": "AGPL-3.0", "repository": { "type": "git", "url": "git+https://github.com/transitive-bullshit/agentic.git", "directory": "packages/openapi-utils" }, "engines": { "node": ">=18" }, "type": "module", "sideEffects": false, "source": "./src/index.ts", "types": "./src/index.ts", "exports": { ".": "./src/index.ts" }, "scripts": { "build": "tsup", "clean": "del dist", "test": "run-s test:*", "test:typecheck": "tsc --noEmit", "test:unit": "vitest run" }, "dependencies": { "@agentic/platform-core": "workspace:*", "@agentic/platform-types": "workspace:*", "@apideck/better-ajv-errors": "catalog:", "@redocly/openapi-core": "catalog:", "ajv": "catalog:", "ajv-formats": "catalog:", "camelcase": "catalog:", "decamelize": "catalog:", "fast-uri": "catalog:", "plur": "catalog:" }, "devDependencies": { "@hono/node-server": "catalog:", "hono": "catalog:" }, "publishConfig": { "access": "public", "files": [ "dist" ], "types": "./dist/index.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" } } } }