UNPKG

@samchon/openapi

Version:

OpenAPI definitions and converters for 'typia' and 'nestia'.

74 lines (73 loc) 1.73 kB
{ "name": "@samchon/openapi", "version": "4.1.0", "description": "OpenAPI definitions and converters for 'typia' and 'nestia'.", "main": "./lib/index.js", "module": "./lib/index.mjs", "typings": "./lib/index.d.ts", "scripts": { "prepare": "ts-patch install", "build": "rimraf lib && tsc && rollup -c", "dev": "rimraf lib && tsc --watch", "typedoc": "typedoc --plugin typedoc-github-theme --theme typedoc-github-theme" }, "keywords": [ "swagger", "openapi", "openapi-generator", "openapi-validator", "converter", "migrate", "typia", "nestia", "llm", "llm-function-calling", "structured-output", "openai", "chatgpt", "claude", "gemini", "llama" ], "repository": { "type": "git", "url": "https://github.com/samchon/openapi" }, "author": "Jeongho Nam", "license": "MIT", "bugs": { "url": "https://github.com/samchon/openapi/issues" }, "homepage": "https://samchon.github.io/openapi/api", "devDependencies": { "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.2", "@trivago/prettier-plugin-sort-imports": "^5.2.2", "gh-pages": "^6.3.0", "prettier": "^3.5.3", "rimraf": "^5.0.5", "rollup": "^4.18.1", "rollup-plugin-auto-external": "^2.0.0", "tinyglobby": "^0.2.10", "ts-patch": "^3.3.0", "typedoc": "^0.27.6", "typedoc-github-theme": "^0.2.1", "typescript": "~5.7.2" }, "sideEffects": false, "files": [ "lib", "src", "README.md", "LICENSE" ], "packageManager": "pnpm@10.5.2", "pnpm": { "executionEnv": { "nodeVersion": "22.14.0" }, "onlyBuiltDependencies": [ "@nestjs/core" ] } }