{ "name": "vite-plugin-svg-icons", "version": "0.4.3", "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" ], "scripts": { "dev": "npm run build -- --watch", "build": "tsup src/index.ts --dts --format cjs,esm", "prepublishOnly": "pinst --disable && npm run build", "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", "install:husky": "is-ci || husky install", "_postinstall": "npm run install:husky", "postpublish": "pinst --enable" }, "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": "^1.3.5", "debug": "^4.3.2", "etag": "^1.8.1", "fs-extra": "^9.1.0", "svg-baker": "1.7.0", "svgo": "^2.3.0" }, "peerDependencies": { "vite": ">=2.0.0" }, "devDependencies": { "@commitlint/cli": "^12.1.1", "@commitlint/config-conventional": "^12.1.1", "@types/debug": "^4.1.5", "@types/etag": "^1.8.0", "@types/fs-extra": "^9.0.10", "@types/jest": "^26.0.22", "@types/node": "^14.14.37", "@typescript-eslint/eslint-plugin": "^4.20.0", "@typescript-eslint/parser": "^4.20.0", "commitizen": "^4.2.3", "conventional-changelog-cli": "^2.1.1", "eslint": "^7.23.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-jest": "^24.3.3", "husky": "^5.2.0", "jest": "^26.6.3", "lint-staged": "^10.5.4", "pinst": "^2.1.6", "prettier": "^2.2.1", "pretty-quick": "^3.1.0", "rimraf": "^3.0.2", "ts-jest": "^26.5.4", "tsup": "^4.8.21", "typescript": "^4.2.3", "vite": "^2.1.5" } }