{
  "name": "unplugin-vue-cssvars",
  "description": "🌀 A vue plugin that allows you to use vue's CSSVars feature in css files",
  "private": false,
  "type": "module",
  "version": "2.0.0",
  "packageManager": "pnpm@8.6.7",
  "keywords": [
    "cssvars",
    "sass",
    "less",
    "css",
    "vue",
    "vue3",
    "unplugin",
    "vite",
    "rollup",
    "rspack",
    "webpack",
    "webpack4",
    "webpack5",
    "stylus"
  ],
  "license": "MIT",
  "author": "baiwusanyu-c",
  "homepage": "https://github.com/baiwusanyu-c",
  "repository": "https://github.com/baiwusanyu-c/unplugin-vue-cssvars",
  "bugs": "https://github.com/baiwusanyu-c/unplugin-vue-cssvars/issues",
  "main": "./index.js",
  "module": "./index.js",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "require": "./index.cjs",
      "import": "./index.js"
    }
  },
  "files": [
    "core",
    "utils",
    "package.json",
    "README.md",
    "README.ZH-CN.md",
    "index.js",
    "index.cjs",
    "index.d.ts"
  ],
  "typesVersions": {
    "*": {
      "*": [
        "./*",
        "./index.d.ts"
      ]
    }
  },
  "peerDependencies": {
    "@ast-grep/napi": "^0.6.3",
    "baiwusanyu-utils": "^1.0.12",
    "chalk": "^4.1.2",
    "estree-walker-ts": "^1.0.0",
    "fast-glob": "^3.2.12",
    "fs-extra": "^11.1.1",
    "hash-sum": "^2.0.0",
    "magic-string": "^0.30.0",
    "unplugin": "^1.3.1",
    "vue": "^3.2.47"
  },
  "dependencies": {
    "@ast-grep/napi": "^0.6.3",
    "baiwusanyu-utils": "^1.0.12",
    "chalk": "^4.1.2",
    "estree-walker-ts": "^1.0.0",
    "fast-glob": "^3.2.12",
    "fs-extra": "^11.1.1",
    "hash-sum": "^2.0.0",
    "magic-string": "^0.30.0",
    "unplugin": "^1.3.1",
    "vue": "^3.3.4"
  },
  "simple-git-hooks": {
    "pre-commit": "pnpm lint-staged",
    "commit-msg": "node vertify-commit.js"
  },
  "scripts": {
    "publish:npm": "npm publish --no-git-checks --access public"
  }
}
