{
  "name": "@geakstr/sass-inline-svg",
  "version": "1.0.0",
  "description": "A sass function that inlines svg files",
  "main": "index.js",
  "scripts": {
    "test": "nyc mocha",
    "lint": "eslint index.js default.js test/**/*.js",
    "coveralls": "nyc report --reporter=text-lcov | coveralls"
  },
  "files": [
    "default.js",
    "index.js"
  ],
  "config": {
    "ghooks": {
      "pre-push": "npm test",
      "pre-commit": "npm run lint",
      "post-merge": "npm install",
      "post-rewrite": "npm install"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/geakstr/sass-inline-svg.git"
  },
  "keywords": [
    "sass",
    "svg",
    "inline",
    "function",
    "sass"
  ],
  "author": "Haithem Bel Haj",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/geakstr/sass-inline-svg/issues"
  },
  "homepage": "https://github.com/geakstr/sass-inline-svg",
  "dependencies": {
    "css-select": "^4.1.0",
    "deasync": "^0.1.20",
    "dom-serializer": "^1.1.0",
    "htmlparser2": "^5.0.1",
    "mini-svg-data-uri": "^1.2.3",
    "svgo": "^2.8.0"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "coveralls": "^3.1.0",
    "eslint": "^7.12.1",
    "eslint-config-prettier": "^6.15.0",
    "eslint-config-standard": "^16.0.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-mocha": "^8.0.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.2",
    "ghooks": "^2.0.4",
    "mocha": "^8.2.0",
    "nyc": "^15.1.0",
    "prettier": "^2.1.2",
    "sass": "^1.28.0"
  },
  "peerDependencies": {
    "sass": "^1.28.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
