{ "name": "rollup-plugin-stdf-icon", "version": "0.0.15", "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": "node test/index.js" }, "type": "module", "author": "any-tdf", "funding": "https://stdf.design?fund", "license": "MIT", "homepage": "https://github.com/any-tdf/stdf/blob/main/packages/rollup-plugin-stdf-icon/README.md", "repository": { "type": "git", "url": "https://github.com/any-tdf/stdf" }, "bugs": { "url": "https://github.com/any-tdf/stdf/issues?q=is:issue+is:open+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" ] }