{
  "name": "svgsprite-file",
  "version": "0.0.11",
  "description": "Generate a svg sprite full of symbols from a folder of svgs.",
  "main": "./bin/index.js",
  "bin": {
    "svgsprite-file": "./bin/index.js"
  },
  "scripts": {
    "start": "node ./bin/index.js",
    "prepublish": "npm run test",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thomas-gordon/svgsprite-file.git"
  },
  "type": "module",
  "files": [
    "bin",
    "lib"
  ],
  "keywords": [
    "svgsprite",
    "svg",
    "template"
  ],
  "author": "Thomas Gordon <thomasgordon02@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/thomas-gordon/svgsprite-file/issues"
  },
  "homepage": "https://github.com/thomas-gordon/svgsprite-file#readme",
  "dependencies": {
    "cheerio": "^1.0.0-rc.10",
    "colors": "^1.4.0",
    "imagemin": "^7.0.1",
    "imagemin-svgo": "^9.0.0",
    "meow": "^10.0.1",
    "minimist": "^1.2.5",
    "object-assign": "^4.1.1",
    "yargs": "^17.0.1"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^5.14.1",
    "execa": "^5.1.1",
    "jest": "^27.0.6"
  }
}
