* fix(client): auto request id on realtime client Removed since some endpoints may fail when that field is present. Fallback to user provided request id when needed. * chore(client): update reference docs
27 lines
515 B
JSON
27 lines
515 B
JSON
{
|
|
"name": "@fal-ai/client",
|
|
"description": "The fal.ai client for JavaScript and TypeScript",
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/fal-ai/fal-js.git",
|
|
"directory": "libs/client"
|
|
},
|
|
"keywords": [
|
|
"fal",
|
|
"client",
|
|
"ai",
|
|
"ml",
|
|
"typescript"
|
|
],
|
|
"dependencies": {
|
|
"@msgpack/msgpack": "^3.0.0-beta2",
|
|
"eventsource-parser": "^1.1.2",
|
|
"robot3": "^0.4.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|