27 lines
503 B
JSON
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"
|
|
}
|
|
}
|