fal-js/libs/client/package.json
Daniel Rochetti c3173cfa00
fix: queue submit app id (#52)
* fix: queue submit app id

* chore: bump client version
2024-02-21 08:26:22 -08:00

27 lines
503 B
JSON

{
"name": "@fal-ai/serverless-client",
"description": "The fal serverless JS/TS client",
"version": "0.8.5",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fal-ai/fal-js.git",
"directory": "libs/client"
},
"keywords": [
"fal",
"serverless",
"client",
"ai",
"ml"
],
"dependencies": {
"@msgpack/msgpack": "^3.0.0-beta2",
"robot3": "^0.4.1",
"uuid-random": "^1.3.2"
},
"engines": {
"node": ">=18.0.0"
}
}