{ "name": "rollup-plugin-stdf-icon", "version": "0.1.2", "description": "A Rollup plugin that combines a series of svg into one symbol for use in the STDF project", "main": "dist/index.js", "types": "dist/index.d.ts", "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.2.0", "svgo": "^3.3.2", "svgstore": "^3.0.1" }, "devDependencies": { "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.1", "@types/fs-extra": "^11.0.4", "@types/node": "^22.10.2", "rollup": "^4.28.1", "typescript": "^5.7.2" }, "keywords": [ "stdf", "rollup", "symbol", "sprite", "vite", "svg", "icon" ] }