fal-js/libs/client/package.json
Daniel Rochetti dfeb8689f4
feat: support app id with namespaces (#61)
* feat: support app id with namespaces

* chore: remove unwanted page

* fix: queue status url

* chore: bump version for release
2024-04-06 01:19:38 -07:00

28 lines
539 B
JSON

{
"name": "@fal-ai/serverless-client",
"description": "The fal serverless JS/TS client",
"version": "0.9.1",
"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",
"eventsource-parser": "^1.1.2",
"robot3": "^0.4.1",
"uuid-random": "^1.3.2"
},
"engines": {
"node": ">=18.0.0"
}
}