UNPKG

@adaline/openai

Version:
65 lines 1.43 kB
{ "name": "@adaline/openai", "version": "1.8.0", "license": "MIT", "sideEffects": false, "private": false, "description": "Adaline OpenAI", "keywords": [ "AI", "Adaline", "LLM", "Prompt Engineering", "Prompt", "GenAI" ], "author": "Adaline <support@adaline.ai>", "homepage": "https://www.adaline.ai", "repository": { "type": "git", "url": "git+https://github.com/adaline/gateway.git" }, "bugs": { "url": "https://github.com/adaline/gateway/issues" }, "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" }, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "files": [ "dist/**/*", "LICENSE", "README.md" ], "dependencies": { "zod": "^3.23.8", "@adaline/provider": "1.4.0", "@adaline/types": "1.8.0" }, "devDependencies": { "@adaline/tsconfig": "0.11.0", "eslint-config-adaline": "0.8.0" }, "scripts": { "clean": "rimraf node_modules .turbo dist", "build": "tsup", "lint": "eslint . --ext js,jsx,ts,tsx", "format": "prettier --write .", "post": "npm publish --access public", "test": "vitest run", "test:watch": "vitest watch" } }