feat: publish on npm

This commit is contained in:
wuyugu
2025-08-02 05:37:07 +08:00
parent 1b2dafb654
commit 4f97970ad6
3 changed files with 300 additions and 3 deletions

View File

@@ -1,8 +1,14 @@
{
"name": "vite-vue-hucky-starter",
"private": true,
"version": "0.0.0",
"name": "@gushen610140/hucky",
"version": "0.0.1",
"type": "module",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"bin": {
"hucky": "bin/cli.js"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
@@ -15,7 +21,9 @@
"@types/node": "^24.1.0",
"@vitejs/plugin-vue-jsx": "^5.0.1",
"axios": "^1.11.0",
"commander": "^14.0.0",
"daisyui": "^5.0.50",
"download-git-repo": "^3.0.2",
"motion-v": "^1.6.1",
"pinia": "^3.0.3",
"pinia-plugin-persistedstate": "^4.4.1",