{
  "name": "inline-svg-icons",
  "version": "1.1.6",
  "description": "Package to export your svg icons",
  "main": "index.js",
  "scripts": {
    "lint": "standard --fix",
    "build": "node scripts/build.js && npm run lint",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cuginoAle/inline-svg-icons.git"
  },
  "keywords": [
    "npm",
    "svg",
    "inline",
    "icon"
  ],
  "author": "Alessio Carnevale",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cuginoAle/inline-svg-icons/issues"
  },
  "homepage": "https://github.com/cuginoAle/inline-svg-icons#readme",
  "dependencies": {
    "standard": "^12.0.1"
  }
}
