@subscribe.dev/client
Version:
JavaScript/TypeScript client for SubscribeDev API - A drop-in for AI generation across 100+ models with built-in billing and rate limiting
53 lines • 1.18 kB
JSON
{
"name": "@subscribe.dev/client",
"version": "0.0.37",
"description": "JavaScript/TypeScript client for SubscribeDev API - A drop-in for AI generation across 100+ models with built-in billing and rate limiting",
"type": "module",
"main": "./index.js",
"module": "./index.js",
"types": "./index.d.ts",
"private": false,
"public": true,
"exports": {
".": {
"import": "./index.js",
"require": "./index.cjs",
"browser": "./index.umd.js",
"types": "./index.d.ts"
}
},
"files": [
"index.js",
"index.cjs",
"index.umd.js",
"index.d.ts",
"*.map",
"README.md"
],
"dependencies": {
"@clerk/clerk-react": "^5.37.0",
"@tanstack/react-query": "^5.83.0",
"eventemitter3": "^5.0.1",
"p-queue": "^7.4.1",
"p-retry": "^5.1.2",
"zustand": "^5.0.6"
},
"keywords": [
"replicate",
"ai",
"machine-learning",
"api-client",
"typescript",
"billing",
"rate-limiting"
],
"repository": {
"type": "git",
"url": "https://github.com/volter-ai/remetricate.git",
"directory": "packages/client"
},
"license": "MIT",
"engines": {
"node": ">=18"
}
}