@duxweb/dvha-template
Version:
Create DVHA project from template
52 lines • 1.09 kB
JSON
{
"name": "@duxweb/dvha-template",
"type": "module",
"version": "1.1.15",
"description": "Create DVHA project from template",
"author": "DuxWeb",
"license": "MIT",
"homepage": "https://github.com/your-username/dux-vue#readme",
"repository": {
"type": "git",
"url": "https://github.com/your-username/dux-vue.git",
"directory": "packages/create-dux-vue"
},
"bugs": {
"url": "https://github.com/your-username/dux-vue/issues"
},
"keywords": [
"vue",
"template",
"scaffold",
"dux",
"cli",
"create",
"vite",
"vue3",
"bun"
],
"bin": {
"duxweb-dvha": "./bin/index.js"
},
"files": [
"README.md",
"bin",
"template"
],
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@inquirer/prompts": "^7.5.1",
"commander": "^14.0.0",
"fs-extra": "^11.2.0",
"kolorist": "^1.8.0"
},
"scripts": {
"test": "./scripts/test.sh",
"push": "./scripts/publish.sh",
"dev": "node bin/index.js",
"changeset": "changeset",
"changeset:version": "changeset version"
}
}