{
  "name": "svgstore",
  "version": "3.0.1",
  "description": "Combines mulitple svg files into one.",
  "scripts": {
    "lint": "npx eslint --fix \"{src,test}/**/*.js\" && npx prettier --write \"{src,test}/**/*.js\"",
    "test": "node test/svgstore.js"
  },
  "keywords": [
    "concat",
    "join",
    "merge",
    "pack",
    "path",
    "sprite",
    "svg",
    "svgs",
    "svgstore",
    "symbol",
    "symbols"
  ],
  "author": "Shannon Moeller <me@shannonmoeller.com> (http://shannonmoeller.com)",
  "maintainers": [
    {
      "name": "Shannon Moeller",
      "email": "me@shannonmoeller.com",
      "url": "https://github.com/shannonmoeller"
    },
    {
      "name": "Brian Sipple",
      "email": "bsipple57@gmail.com",
      "url": "https://github.com/BrianSipple"
    }
  ],
  "homepage": "https://github.com/svgstore/svgstore#readme",
  "repository": "svgstore/svgstore",
  "license": "MIT",
  "main": "src/svgstore.js",
  "dependencies": {
    "cheerio": "v1.0.0-rc.10"
  },
  "engines": {
    "node": ">= 12"
  },
  "eslintConfig": {
    "extends": "eslint:recommended",
    "env": {
      "node": true
    },
    "parserOptions": {
      "ecmaVersion": 8
    }
  },
  "prettier": {
    "singleQuote": true
  }
}
