* chore: add initial readme and license info * minor fix: remove colon from note * some jsdocs * update build action * fix nx command on gh action * specify remote origin as base in build * update release info * semantic release config * rename auth headers * chore: update package-lock.json
18 lines
344 B
JSON
18 lines
344 B
JSON
{
|
|
"name": "@fal/serverless-client",
|
|
"description": "The fal serverless JS/TS client",
|
|
"version": "0.0.0-semantic-release",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/fal-ai/serverless-js.git",
|
|
"directory": "libs/client"
|
|
},
|
|
"keywords": [
|
|
"fal",
|
|
"serverless",
|
|
"client",
|
|
"ai",
|
|
"ml"
|
|
]
|
|
}
|