docs(package.json): add author info

This commit is contained in:
Burt 2023-12-22 15:04:20 +08:00
parent 37a109a3c3
commit 1dfaeef55c

View File

@ -1,7 +1,15 @@
{ {
"name": "uni-preset-vue", "name": "vue3-uniapp-template",
"version": "0.0.0", "version": "0.0.0",
"type": "commonjs", "type": "commonjs",
"author": {
"name": "Burt",
"zhName": "菲鸽",
"email": "1020103647@qq.com",
"url": "https://github.com/fly-vue3-templates/vue3-uniapp-template",
"github": "https://github.com/fly-vue3-templates/vue3-uniapp-template",
"gitee": "https://gitee.com/fly-vue3-templates/vue3-uniapp-template"
},
"scripts": { "scripts": {
"dev:app": "uni -p app", "dev:app": "uni -p app",
"dev:app-android": "uni -p app-android", "dev:app-android": "uni -p app-android",