create-fite-app/package.json

15 lines
216 B
JSON

{
"name": "@bytedo/vue-live-cli",
"type": "module",
"version": "0.0.6",
"bin": {
"vue-live-cli": "index.js"
},
"dependencies": {
"iofs": "^1.5.2"
},
"engines": {
"node": ">=16.14.0"
}
}
一个快速创建fite项目的小工具
JavaScript 50.6%
Vue 45.2%
HTML 3.9%
SCSS 0.3%