UNPKG

assistan-ts

Version:

A typesafe and code-first library to define and run OpenAI assistants

31 lines 694 B
{ "name": "assistan-ts", "version": "0.0.15", "description": "A typesafe and code-first library to define and run OpenAI assistants", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prepublishOnly": "npm run build", "build": "tsc", "watch": "tsc -w", "test": "bun test src", "test:ci": "bun test src --coverage" }, "keywords": [ "openai", "assistants-api" ], "author": "charlie jonas", "license": "MIT", "devDependencies": { "bun": "^1.0.21", "bun-types": "^1.0.18-1", "typescript": "^5.3.3" }, "dependencies": { "@sinclair/typebox": "^0.31.28" }, "peerDependencies": { "openai": ">4.17.0" } }