{
  "name": "sq-vite-plugin-svg-icons",
  "version": "1.0.1",
  "description": "Vite Plugin for fast creating SVG sprites.",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "author": "Vben",
  "files": [
    "dist",
    "register.d.ts",
    "client.d.ts",
    "module.d.ts"
  ],
  "scripts": {
    "dev": "npm run build -- --watch",
    "build": "tsup src/index.ts --dts --format cjs,esm",
    "log": "conventional-changelog -p angular -i CHANGELOG.md -s",
    "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
    "lint:pretty": "pretty-quick --staged",
    "lint:eslint": "eslint \"src/**/*.{ts,tsx}\" --fix",
    "test": "jest --coverage",
    "test:watch": "jest --watch",
    "prepare": "husky install"
  },
  "keywords": [
    "vite",
    "vite-plugin",
    "svg",
    "sprite",
    "svgo",
    "vben"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/anncwb/vite-plugin-svg-icons"
  },
  "bugs": {
    "url": "https://github.com/anncwb/vite-plugin-svg-icons/issues"
  },
  "homepage": "https://github.com/anncwb/vite-plugin-svg-icons/tree/master/#readme",
  "dependencies": {
    "@types/svgo": "^2.3.1",
    "cors": "^2.8.5",
    "debug": "^4.3.2",
    "etag": "^1.8.1",
    "fs-extra": "^10.0.0",
    "svg-baker": "1.7.0",
    "svgo": "^2.3.1"
  },
  "peerDependencies": {
    "vite": ">=2.0.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^12.1.4",
    "@commitlint/config-conventional": "^12.1.4",
    "@types/cors": "^2.8.10",
    "@types/debug": "^4.1.6",
    "@types/etag": "^1.8.0",
    "@types/fs-extra": "^9.0.11",
    "@types/jest": "^29.0.0",
    "@types/node": "^16.0.0",
    "@typescript-eslint/eslint-plugin": "^4.28.2",
    "@typescript-eslint/parser": "^4.28.2",
    "commitizen": "^4.2.4",
    "conventional-changelog-cli": "^2.1.1",
    "eslint": "^7.30.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-jest": "^24.3.6",
    "husky": "^7.0.1",
    "jest": "^29.0.0",
    "lint-staged": "^11.0.0",
    "pinst": "^2.1.6",
    "prettier": "^2.3.2",
    "pretty-quick": "^3.1.1",
    "rimraf": "^3.0.2",
    "ts-jest": "^29.0.0",
    "tsup": "^4.12.2",
    "typescript": "^4.3.5",
    "vite": "^2.4.1"
  }
}
