vue3-create-test-cli
Version:
52 lines (51 loc) • 1.26 kB
JSON
{
"name": "vue3-create-test-cli",
"version": "0.1.4",
"main": "index.js",
"bin": {
"vue3-create-test-cli": "./bin/index.js"
},
"files": [
"dist",
"bin",
"README.md",
"package.json",
"fonts"
],
"keywords": [
"Vite-Vue4-TypeScript-template"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c rollup.config.js --bundleConfigAsCjs"
},
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@inquirer/prompts": "^7.5.3",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@types/figlet": "^1.7.0",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.20",
"@types/node": "^24.0.8",
"axios": "^1.10.0",
"chalk": "4.1.2",
"commander": "^14.0.0",
"figlet": "^1.7.0",
"fs-extra": "^11.3.0",
"lodash": "^4.17.21",
"log-symbols": "4.1.0",
"ora": "5",
"progress-estimator": "^0.3.1",
"rollup": "4.9.0",
"rollup-plugin-node-externals": "^5.1.3",
"rollup-plugin-typescript2": "^0.36.0",
"simple-git": "^3.28.0",
"tslib": "^2.8.1",
"typescript": "^5.8.3"
}
}