{
  "name": "create-specter-pui-app",
  "version": "1.0.23",
  "description": "Create Specter PUI projects with a single command",
  "type": "module",
  "bin": {
    "create-specter-pui-app": "./index.js"
  },
  "files": [
    "index.js",
    "template"
  ],
  "keywords": [
    "specter",
    "pui",
    "vue3",
    "vuetify",
    "template",
    "scaffold",
    "create-app"
  ],
  "author": "yxhl <17363318852@139.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/your-username/specter-core-vue.git",
    "directory": "pui"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
