{ "name": "rollup-plugin-stdf-icon", "version": "0.0.8", "description": "A Rollup plugin that combines a series of svg into one symbol for use in the STDF project", "main": "dist/index.js", "scripts": { "build": "rollup -c", "test": "echo \"Error: no test specified\" && exit 1" }, "type": "module", "author": "dufu1991", "license": "MIT", "homepage": "https://github.com/dufu1991/stdf/blob/main/packages/rollup-plugin-stdf-icon/README.md", "repository": { "type": "git", "url": "https://github.com/dufu1991/stdf/tree/main/packages/rollup-plugin-stdf-icon" }, "bugs": { "url": "https://github.com/dufu1991/stdf/issues?q=is:issue+is:open+rollup-plugin-stdf-icon" }, "files": [ "dist/**" ], "engines": { "node": ">=14.14" }, "dependencies": { "fs-extra": "^11.1.1", "svgo": "^3.0.2", "svgstore": "^3.0.1" }, "devDependencies": { "@rollup/plugin-terser": "^0.4.3", "rollup": "^3.27.0" }, "keywords": [ "stdf", "rollup", "symbol", "sprite", "vite", "svg", "icon" ] }