fal-js/libs/client/package.json
Daniel Rochetti 0f8efecf65
chore: publish create app cli (#44)
* chore: move folder to match package name

* chore: update dependencies
2024-01-18 11:06:28 -08:00

27 lines
503 B
JSON

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