{
  "name": "@yanzhen-theme/design-vue",
  "version": "0.0.1",
  "license": "MIT",
  "keywords": [
    "vue-components",
    "yanzhen-design-vue",
    "theme-chalk",
    "src",
    "theme-light"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "main": "index.css",
  "unpkg": "index.css",
  "jsdelivr": "index.css",
  "style": "index.css",
  "devDependencies": {
    "@esbuild-kit/cjs-loader": "^2.2.1",
    "@types/gulp-autoprefixer": "^0.0.33",
    "@types/gulp-clean-css": "^4.3.0",
    "@types/gulp-rename": "^2.0.1",
    "@types/gulp-sass": "^5.0.0",
    "gulp-autoprefixer": "^8.0.0",
    "gulp-clean-css": "^4.3.0",
    "gulp-rename": "^2.0.0",
    "gulp-sass": "^5.1.0",
    "@yanzhen/build-cli": "^0.0.1"
  },
  "scripts": {
    "clean": "rimraf dist",
    "build": "gulp --require @esbuild-kit/cjs-loader",
    "libs:publish": "yanzhen-cli publish --preReleaseId=beta",
    "sync:version": "yanzhen-cli sync",
    "release": "npm run sync:version && npm run libs:publish"
  }
}