create-bunext-app
Version:
Create Bunext App
35 lines (34 loc) • 668 B
JSON
{
"name": "create-bunext-app",
"version": "0.2.1",
"bin": "./src/index.ts",
"files": [
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/shpaw415/create-bunext-app.git"
},
"author": "shpaw415 <shpaw415@gmail.com>",
"description": "Create Bunext App",
"keywords": [
"create",
"scaffold",
"starter"
],
"license": "MIT",
"dependencies": {
"@inquirer/prompts": "7.4.1",
"@types/bun": "latest"
},
"devDependencies": {
"tailwindcss": "4.1.4"
},
"engines": {
"bun": ">=1.1.0"
},
"scripts": {
"build": "bun build src/index.ts --outfile=bin --compile",
"bin": "./bin"
}
}