create-baml-app
Version:
<p align="center"> <img src="https://github.com/ashayas/create-baml-app/raw/master/.github/assets/lamb.png" width="250" alt="Create BAML App"/> </p>
24 lines (23 loc) • 514 B
JSON
{
"name": "create-baml-app",
"version": "1.0.7",
"type": "module",
"main": "index.js",
"description": "A CLI tool to set up a BAML app",
"bin": {
"create-baml-app": "./index.js"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["baml", "cli", "setup"],
"author": "Ashaya Sharma",
"license": "MIT",
"description": "",
"dependencies": {
"chalk": "^5.4.1",
"execa": "^9.5.2",
"inquirer": "^12.5.0"
}
}