UNPKG

@pezzo/client

Version:

TypeScript API client for Pezzo

39 lines 817 B
{ "name": "@pezzo/client", "description": "TypeScript API client for Pezzo", "version": "0.4.19", "type": "commonjs", "author": "Ariel Weinberger", "keywords": [ "pezzo", "api", "client", "typescript", "ai", "prompt", "repository", "openai", "chatgpt", "gpt-3", "gpt-4", "gpt-3.5-turbo" ], "dependencies": { "class-transformer": "^0.5.1", "cross-fetch": "^4.0.0", "reflect-metadata": "^0.1.13", "tslib": "^2.3.0" }, "repository": { "type": "git", "url": "https://github.com/pezzolabs/pezzo.git" }, "homepage": "https://github.com/pezzolabs/pezzo", "license": "MIT", "peerDependencies": { "openai": "^4.0.0" }, "main": "./index.cjs.js", "module": "./index.esm.js", "types": "./libs/client/src/index.d.ts" }