UNPKG

@mocktailgpt/ts

Version:

Contract-first TypeScript SDK and mock generator for OpenAI/ChatGPT APIs. Write your API in Swagger, auto-generate strict types, prod-ready calls, and plug-and-play mocks for development and tests.

45 lines (44 loc) 1.05 kB
{ "name": "@mocktailgpt/ts", "version": "0.0.3", "private": false, "description": "Contract-first TypeScript SDK and mock generator for OpenAI/ChatGPT APIs. Write your API in Swagger, auto-generate strict types, prod-ready calls, and plug-and-play mocks for development and tests.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "publish": "npm publish --access public", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/AntoinePaques/MocktailGPT.git" }, "keywords": [ "mocktail", "orval", "openai", "swagger", "typescript", "sdk", "gpt", "llm", "prompt", "contract-first", "api", "mock", "chatgpt", "codegen" ], "author": "Antoine Pâques", "license": "MIT", "bugs": { "url": "https://github.com/AntoinePaques/MocktailGPT/issues" }, "homepage": "https://github.com/AntoinePaques/MocktailGPT#readme", "devDependencies": { "typescript": "^5.8.3" } }