UNPKG

@omer-x/openapi-types

Version:

TypeScript types for the OpenAPI Specification

101 lines (100 loc) 2.22 kB
{ "name": "@omer-x/openapi-types", "version": "1.3.0", "description": "TypeScript types for the OpenAPI Specification", "keywords": [ "swagger", "openapi", "Specification", "swagger.json", "openapi.json", "types", "typescript", "ts" ], "repository": { "type": "git", "url": "git+https://github.com/omermecitoglu/openapi-types.git" }, "bugs": { "url": "https://github.com/omermecitoglu/openapi-types/issues" }, "homepage": "https://github.com/omermecitoglu/openapi-types#readme", "private": false, "publishConfig": { "access": "public" }, "author": { "name": "Omer Mecitoglu", "email": "omer.mecitoglu@gmail.com", "url": "https://omermecitoglu.github.io" }, "license": "MIT", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts" }, "./components": { "types": "./dist/components.d.ts" }, "./example": { "types": "./dist/example.d.ts" }, "./info": { "types": "./dist/info.d.ts" }, "./link": { "types": "./dist/link.d.ts" }, "./media-type": { "types": "./dist/media-type.d.ts" }, "./operation": { "types": "./dist/operation.d.ts" }, "./parameter": { "types": "./dist/parameter.d.ts" }, "./paths": { "types": "./dist/paths.d.ts" }, "./reference": { "types": "./dist/reference.d.ts" }, "./request-body": { "types": "./dist/request-body.d.ts" }, "./response": { "types": "./dist/response.d.ts" }, "./schema": { "types": "./dist/schema.d.ts" }, "./server": { "types": "./dist/server.d.ts" }, "./tag": { "types": "./dist/tag.d.ts" } }, "files": [ "dist/" ], "scripts": { "prebuild": "ts-unused-exports tsconfig.json --excludePathsFromReport='src/index'", "build": "tsc" }, "peerDependencies": { "@omer-x/json-schema-types": "^1" }, "devDependencies": { "@omer-x/eslint-config": "^2.2.6", "eslint": "^9.39.2", "semantic-release": "^25.0.2", "ts-unused-exports": "^11.0.1", "typescript": "^5.9.3" } }