fal-js/libs/client/package.json
Vedat Baday 66d817b2a6
fix: nested blob upload (#48)
* fix: nested blob upload

* refactor: export to a utility function

* chore: bump version to 0.8.3
2024-02-15 16:30:00 -08:00

27 lines
503 B
JSON

{
"name": "@fal-ai/serverless-client",
"description": "The fal serverless JS/TS client",
"version": "0.8.3",
"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"
}
}