UNPKG

@scalar/openapi-types

Version:
71 lines 1.94 kB
{ "name": "@scalar/openapi-types", "description": "Modern OpenAPI types", "license": "MIT", "author": "Scalar (https://github.com/scalar)", "homepage": "https://github.com/scalar/scalar", "bugs": "https://github.com/scalar/scalar/issues/new/choose", "repository": { "type": "git", "url": "git+https://github.com/scalar/scalar.git", "directory": "packages/openapi-types" }, "keywords": [ "openapi", "scalar", "swagger", "typescript" ], "version": "0.5.3", "engines": { "node": ">=20" }, "type": "module", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./helpers": { "import": "./dist/helpers/index.js", "types": "./dist/helpers/index.d.ts", "default": "./dist/helpers/index.js" }, "./schemas/3.1/processed": { "import": "./dist/schemas/3.1/processed/index.js", "types": "./dist/schemas/3.1/processed/index.d.ts", "default": "./dist/schemas/3.1/processed/index.js" }, "./schemas/3.1/unprocessed": { "import": "./dist/schemas/3.1/unprocessed/index.js", "types": "./dist/schemas/3.1/unprocessed/index.d.ts", "default": "./dist/schemas/3.1/unprocessed/index.js" }, "./schemas/extensions": { "import": "./dist/schemas/extensions/index.js", "types": "./dist/schemas/extensions/index.d.ts", "default": "./dist/schemas/extensions/index.js" } }, "files": [ "dist", "!dist/webpack-stats.json", "CHANGELOG.md" ], "sideEffects": false, "dependencies": { "zod": "^4.1.11" }, "devDependencies": { "@scalar/build-tooling": "0.3.1" }, "scripts": { "build": "scalar-build-esbuild", "lint:check": "eslint .", "lint:fix": "eslint . --fix", "test": "vitest", "types:build": "scalar-types-build", "types:check": "scalar-types-check" } }