* feat: add cli * chore: removed log * chore: update repo url * chore: updated program name * chore: updated program description * chore: removed yarn lock files
22 lines
407 B
JSON
22 lines
407 B
JSON
{
|
|
"name": "@fal-ai/create",
|
|
"version": "0.0.1",
|
|
"description": "The fal serverless app generator.",
|
|
"main": "index.js",
|
|
"keywords": [
|
|
"fal",
|
|
"next",
|
|
"nextjs",
|
|
"express"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/fal-ai/serverless-js.git",
|
|
"directory": "libs/cli"
|
|
},
|
|
"type": "module",
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {}
|
|
}
|