@standard-community/standard-openapi
Version:
[](https://npmjs.org/package/@standard-community/standard-openapi "View this project on NPM") [![npm downloads](https://img.shields.io/npm/dm/@standard-community/standard
103 lines • 2.3 kB
JSON
{
"name": "@standard-community/standard-openapi",
"version": "0.2.9",
"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"
},
"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"
}
},
"./convert": {
"import": {
"types": "./dist/vendors/convert.d.ts",
"default": "./dist/vendors/convert.js"
},
"require": {
"types": "./dist/vendors/convert.d.cts",
"default": "./dist/vendors/convert.cjs"
}
}
},
"peerDependencies": {
"@standard-community/standard-json": "^0.3.5",
"@standard-schema/spec": "^1.0.0",
"arktype": "^2.1.20",
"effect": "^3.17.14",
"openapi-types": "^12.1.3",
"sury": "^10.0.0",
"typebox": "^1.0.0",
"valibot": "^1.1.0",
"zod": "^3.25.0 || ^4.0.0",
"zod-openapi": "^4"
},
"peerDependenciesMeta": {
"arktype": {
"optional": true
},
"effect": {
"optional": true
},
"sury": {
"optional": true
},
"typebox": {
"optional": true
},
"valibot": {
"optional": true
},
"zod": {
"optional": true
},
"zod-openapi": {
"optional": true
}
},
"devDependencies": {
"@biomejs/biome": "^2.0.4",
"@types/json-schema": "^7.0.15",
"@types/node": "^24.3.1",
"@valibot/to-json-schema": "^1.3.0",
"pkgroll": "^2.13.1",
"typescript": "^5.8.3",
"vitest": "^3.2.4",
"zod-to-json-schema": "^3.24.6"
},
"scripts": {
"build": "pkgroll --clean-dist",
"format": "biome check --write .",
"test": "vitest"
}
}