UNPKG

@standard-community/standard-openapi

Version:

[![npm version](https://img.shields.io/npm/v/@standard-community/standard-openapi.svg)](https://npmjs.org/package/@standard-community/standard-openapi "View this project on NPM") [![npm downloads](https://img.shields.io/npm/dm/@standard-community/standard

71 lines 1.66 kB
{ "name": "@standard-community/standard-openapi", "version": "0.1.1", "type": "module", "license": "MIT", "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "keywords": [ "standard-schema", "standard-community", "standard-schema-community", "openapi-schema", "openapi", "convertor" ], "homepage": "https://github.com/standard-community", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/standard-community/standard-openapi.git", "directory": "packages/core" }, "bugs": { "url": "https://github.com/standard-community/standard-openapi/issues" }, "exports": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } }, "peerDependencies": { "@standard-community/standard-json": "^0.1.0", "json-schema-walker": "^2.0.0", "zod-openapi": "^4.0.0" }, "peerDependenciesMeta": { "zod-openapi": { "optional": true }, "@standard-community/standard-json": { "optional": true }, "json-schema-walker": { "optional": true } }, "devDependencies": { "@apidevtools/json-schema-ref-parser": "^11.9.3", "@standard-schema/spec": "^1.0.0", "@types/json-schema": "^7.0.15", "arktype": "^2.1.9", "openapi-types": "^12.1.3", "pkgroll": "^2.5.1", "valibot": "1.0.0-rc.4", "zod": "^3.24.2" }, "scripts": { "build": "pkgroll --minify --clean-dist" } }