{
  "name": "vite-plugin-html-resolve-alias",
  "type": "module",
  "version": "2.1.0",
  "description": "A vite plugin that can use aliases in html content.",
  "author": "xieyhn",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/haiya6/vite-plugin-html-resolve-alias.git"
  },
  "bugs": {
    "url": "https://github.com/haiya6/vite-plugin-html-resolve-alias/issues"
  },
  "keywords": [
    "vite-plugin"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "npx rimraf dist && npx rollup -c rollup.config.js",
    "test": "vitest run",
    "prepare": "husky install",
    "postinstall": "npm run build"
  },
  "peerDependencies": {
    "vite": "^5.0.0"
  },
  "dependencies": {
    "posthtml": "^0.16.6"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^2.23.2",
    "@types/node": "^18.19.41",
    "eslint": "^9.7.0",
    "husky": "^8.0.3",
    "lint-staged": "^13.3.0",
    "rimraf": "^3.0.2",
    "rollup": "^4.19.0",
    "rollup-plugin-dts": "^6.1.1",
    "rollup-plugin-typescript2": "^0.36.0",
    "tslib": "^2.6.3",
    "typescript": "^5.5.4",
    "vite": "^5.3.4",
    "vitest": "^2.0.4"
  },
  "lint-staged": {
    "*.{ts,js}": "eslint --ext .ts,.js --fix"
  }
}
