UNPKG

portkey-ai

Version:
31 lines (30 loc) 790 B
{ "name": "portkey-ai", "version": "1.8.2", "description": "Node client library for the Portkey API", "types": "./src/index.d.ts", "main": "./src/index.js", "type": "commonjs", "repository": "github:Portkey-AI/portkey-node-sdk", "scripts": { "test": "jest", "build": "bash ./build", "format:check": "prettier --check \"src/**/*.ts\"", "format": "prettier --write \"src/**/*.ts\"", "lint:check": "eslint --ext ts,js .", "lint:fix": "eslint --fix --ext ts,js ." }, "imports": { "portkey-ai": ".", "portkey-ai/*": "./src/*" }, "keywords": [], "author": "portkey-ai <support@portkey.ai>", "license": "MIT", "dependencies": { "agentkeepalive": "^4.5.0", "dotenv": "^16.3.1", "openai": "4.90.0", "ws": "^8.18.1" } }