UNPKG

@helicone/async

Version:

A Node.js wrapper for logging llm traces directly to Helicone, bypassing the proxy, with OpenLLMetry

71 lines (70 loc) 1.78 kB
{ "name": "@helicone/async", "version": "1.0.3", "main": "./dist/index.js", "types": "./dist/index.d.ts", "description": "A Node.js wrapper for logging llm traces directly to Helicone, bypassing the proxy, with OpenLLMetry", "repository": { "type": "git", "url": "git@github.com:Helicone/helicone.git", "directory": "helicone/helicone-async" }, "scripts": { "build": "tsc --outDir dist/", "lint": "eslint --ext .ts . --fix" }, "keywords": [ "openai", "open", "ai", "anthropic", "azure", "cohere", "bedrock", "google", "google-ai", "gpt-3", "gpt3", "gpt4", "helicone", "observability", "openllmetry", "opentelemetry" ], "author": "Helicone, Inc.", "license": "Apache-2.0", "devDependencies": { "@anthropic-ai/sdk": "^0.22.0", "@aws-sdk/client-bedrock-runtime": "^3.590.0", "@azure/openai": "^1.0.0-beta.12", "@babel/core": "^7.21.4", "@babel/eslint-parser": "^7.21.3", "@google-cloud/aiplatform": "^3.23.0", "@types/jest": "^29.5.6", "cohere-ai": "^7.10.2", "dotenv": "^16.3.1", "eslint": "^8.39.0", "eslint-config-next": "^13.3.1", "eslint-config-prettier": "^8.8.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.5.0", "langchain": "^0.2.5", "next": "^13.3.1", "nock": "^13.5.4", "openai": "^4.48.3", "prettier": "^2.8.8", "together-ai": "^0.13.0", "ts-jest": "^29.1.0", "typescript": "^5.2.2" }, "dependencies": { "@traceloop/node-server-sdk": "^0.12.1" }, "publishConfig": { "access": "public" } }