UNPKG

@samchon/openapi

Version:

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

105 lines (104 loc) 2.72 kB
{ "name": "@samchon/openapi", "version": "3.2.4", "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": "npm run build:main && npm run build:test", "build:main": "rimraf lib && tsc && rollup -c", "build:test": "rimraf bin && tsc -p test/tsconfig.json", "dev": "npm run build:test -- --watch", "test": "node bin/test", "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": { "@anthropic-ai/sdk": "^0.32.1", "@google/generative-ai": "^0.21.0", "@nestia/core": "4.2.0", "@nestia/e2e": "0.8.3", "@nestia/fetcher": "4.2.0", "@nestia/sdk": "4.2.0", "@nestjs/common": "^10.4.1", "@nestjs/core": "^10.4.1", "@nestjs/platform-express": "^10.4.1", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@types/js-yaml": "^4.0.9", "@types/multer": "^1.4.12", "@types/node": "^20.12.7", "@types/uuid": "^10.0.0", "axios": "^1.7.7", "chalk": "^4.1.2", "dotenv": "^16.4.5", "dotenv-expand": "^12.0.0", "gh-pages": "^6.3.0", "js-yaml": "^4.1.0", "multer": "^1.4.5-lts.1", "nestia": "^6.0.1", "openai": "^4.72.0", "prettier": "^3.2.5", "randexp": "^0.5.3", "rimraf": "^5.0.5", "rollup": "^4.18.1", "rollup-plugin-auto-external": "^2.0.0", "source-map-support": "^0.5.21", "tinyglobby": "^0.2.10", "ts-node": "^10.9.2", "ts-patch": "^3.3.0", "tstl": "^3.0.0", "typedoc": "^0.27.6", "typedoc-github-theme": "^0.2.1", "typescript": "~5.7.2", "typescript-transform-paths": "^3.5.2", "typia": "^8.0.0", "uuid": "^10.0.0" }, "sideEffects": false, "files": [ "lib", "src", "README.md", "LICENSE" ], "packageManager": "pnpm@10.5.2", "pnpm": { "executionEnv": { "nodeVersion": "22.14.0" }, "onlyBuiltDependencies": [ "@nestjs/core" ] } }