* feat(client): add function alias support * feat(client): auto config from env vars * fix(client): username in aliased url * feat: nextjs proxy handler * fix: update client tests * feat(client): built-in queue support * feat: client + nextjs e2e demo * chore: update browserslist * chore: update version info * chore: update readme badges * fix: ignore lint error on require
19 lines
350 B
JSON
19 lines
350 B
JSON
{
|
|
"name": "@fal-ai/serverless-client",
|
|
"description": "The fal serverless JS/TS client",
|
|
"version": "0.2.0",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/fal-ai/serverless-js.git",
|
|
"directory": "libs/client"
|
|
},
|
|
"keywords": [
|
|
"fal",
|
|
"serverless",
|
|
"client",
|
|
"ai",
|
|
"ml"
|
|
]
|
|
}
|