UNPKG

svgstore-cli

Version:

Combine all your SVGs into one using <symbol>

30 lines (29 loc) 675 B
{ "name": "svgstore-cli", "version": "2.0.1", "description": "Combine all your SVGs into one using <symbol>", "main": "./bin/svgstore", "bin": { "svgstore": "./bin/svgstore" }, "scripts": {}, "repository": { "type": "git", "url": "git+https://github.com/svgstore/svgstore-cli.git" }, "keywords": [ "svg", "svgstore" ], "author": "Darryl Pogue <darryl@dpogue.ca>", "license": "MIT", "bugs": { "url": "https://github.com/svgstore/svgstore-cli/issues" }, "homepage": "https://github.com/svgstore/svgstore-cli#readme", "dependencies": { "glob": "^7.2.0", "svgstore": "^3.0.1", "yargs-parser": "^20.2.9" } }