dokumetry
Version:
An NPM Package for tracking OpenAI API calls and sending usage metrics to Doku
41 lines (40 loc) • 901 B
JSON
{
"name": "dokumetry",
"version": "0.1.2",
"description": "An NPM Package for tracking OpenAI API calls and sending usage metrics to Doku",
"main": "src/index.js",
"scripts": {
"test": "mocha tests/**/*.test.mjs"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/dokulabs/dokumetry-node"
},
"keywords": [
"OpenAI",
"Cohere",
"Claude",
"Anthropic",
"ChatGPT",
"GPT",
"observability",
"monitoring"
],
"author": "Doku Labs",
"license": "Apache-2.0",
"dependencies": {
"stream": "^0.0.2"
},
"devDependencies": {
"@anthropic-ai/sdk": "^0.18.0",
"@azure/openai": "^1.0.0-beta.11",
"@mistralai/mistralai": "^0.1.3",
"chai": "^5.0.3",
"cohere-ai": "^7.7.3",
"eslint": "^8.56.0",
"eslint-config-google": "^0.14.0",
"mocha": "^10.2.0",
"openai": "^4.26.0"
}
}