usagepilot
Version:
Open-core usage tracking for AI applications. Record, aggregate, and bill for token consumption across tenants with 95% storage reduction
69 lines (68 loc) • 1.36 kB
JSON
{
"name": "usagepilot",
"version": "0.0.3",
"description": "Open-core usage tracking for AI applications. Record, aggregate, and bill for token consumption across tenants with 95% storage reduction",
"keywords": [
"ai",
"llm",
"token",
"tokens",
"usage",
"tracking",
"metering",
"billing",
"cost",
"pricing",
"openai",
"anthropic",
"claude",
"gpt",
"chatgpt",
"saas",
"multi-tenant",
"multitenant",
"tenant",
"analytics",
"metrics",
"aggregation",
"stripe",
"postgres",
"postgresql",
"monetization",
"token-counting",
"ai-billing",
"llm-tracking",
"usage-analytics"
],
"homepage": "https://usagepilot.com",
"repository": {
"type": "git",
"url": "git+https://github.com/usagepilot/usagepilot.git"
},
"bugs": {
"url": "https://github.com/usagepilot/usagepilot/issues"
},
"license": "MIT",
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts",
"storage.js",
"storage.d.ts",
"README.md",
"LICENSE"
],
"exports": {
".": {
"types": "./index.d.ts",
"default": "./index.js"
},
"./storage": {
"types": "./storage.d.ts",
"default": "./storage.js"
},
"./package.json": "./package.json"
}
}