28 lines
549 B
JSON
28 lines
549 B
JSON
{
|
|
"name": "@fal-ai/create-app",
|
|
"version": "0.1.0",
|
|
"description": "The fal app generator.",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"main": "src/index.js",
|
|
"keywords": [
|
|
"fal",
|
|
"next",
|
|
"nextjs",
|
|
"express"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/fal-ai/fal-js.git",
|
|
"directory": "libs/create-app"
|
|
},
|
|
"dependencies": {
|
|
"@inquirer/prompts": "^3.3.0",
|
|
"@inquirer/select": "^1.3.1",
|
|
"chalk": "^5.3.0",
|
|
"execa": "^8.0.1",
|
|
"open": "^10.0.3",
|
|
"ora": "^8.0.1"
|
|
}
|
|
}
|