UNPKG

afsapi-client

Version:

Official AFSAPI client library - 98% cheaper than OpenAI. Drop-in replacement.

41 lines (40 loc) 814 B
{ "name": "afsapi-client", "version": "1.0.0", "description": "Official AFSAPI client library - 98% cheaper than OpenAI. Drop-in replacement.", "main": "dist/index.js", "types": "dist/index.d.ts", "homepage": "https://afsapi.ai", "repository": { "type": "git", "url": "https://github.com/afsapi/client-js.git" }, "keywords": [ "ai", "api", "openai", "gpt", "llm", "afs", "afsapi", "alternative", "cheap", "gemini", "claude", "client" ], "author": "AFSAPI <support@afsapi.ai>", "license": "MIT", "scripts": { "build": "tsc", "test": "node test.js", "prepublishOnly": "npm run build" }, "dependencies": { "axios": "^1.6.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" } }