UNPKG

rollup-plugin-svg-sprite-deterministic

Version:

Create deterministic external svg sprite from your bundle using Rollup

56 lines (55 loc) 1.3 kB
{ "name": "rollup-plugin-svg-sprite-deterministic", "description": "Create deterministic external svg sprite from your bundle using Rollup", "version": "2.0.0", "author": "Marc Hassan", "repository": "mhassan1/rollup-plugin-svg-sprite", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "scripts": { "clean": "rimraf coverage dist", "build": "rollup -c", "lint": "eslint src tests", "postpublish": "yarn clean", "prepublishOnly": "yarn lint && yarn test && yarn clean && yarn build", "test": "jest" }, "dependencies": { "cheerio": "^1.0.0-rc.10", "fs-extra": "^10.0.0", "svgo": "^2.8.0" }, "devDependencies": { "@babel/core": "^7.11.1", "@babel/preset-env": "^7.11.0", "babel-jest": "^26.3.0", "codecov": "^3.7.2", "eslint": "^7.7.0", "eslint-config-airbnb-base": "^14.2.0", "eslint-plugin-import": "^2.22.0", "jest": "^26.4.0", "rimraf": "^3.0.2", "rollup": "^2.26.4", "rollup-plugin-auto-external": "^2.0.0" }, "files": [ "dist", "readme.md" ], "keywords": [ "rollup", "rollup-plugin", "svg", "sprite", "svg-sprite", "svgo", "create", "generate", "extract", "minify" ], "engines": { "node": ">=12" }, "license": "MIT" }