{
  "name": "simple-icons",
  "version": "4.19.0",
  "description": "SVG icons for popular brands https://simpleicons.org",
  "homepage": "https://simpleicons.org",
  "keywords": [
    "svg",
    "icons"
  ],
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/simple-icons/simple-icons.git"
  },
  "bugs": {
    "url": "https://github.com/simple-icons/simple-icons/issues"
  },
  "author": "Simple Icons Collaborators",
  "license": "CC0-1.0",
  "devDependencies": {
    "editorconfig-checker": "4.0.1",
    "jest": "26.6.3",
    "jest-diff": "26.6.2",
    "jsonschema": "1.4.0",
    "npm-run-all": "4.1.5",
    "svg-path-bbox": "0.2.0",
    "svg-path-segments": "0.1.8",
    "svglint": "1.0.7",
    "svgo": "2.2.2",
    "svgpath": "2.3.1",
    "uglify-js": "3.13.2"
  },
  "scripts": {
    "build": "node scripts/build-package.js",
    "clean": "rm -f icons/*.js index.js",
    "lint": "run-s our-lint jsonlint svglint wslint",
    "our-lint": "node scripts/lint.js",
    "jsonlint": "node scripts/jsonlint.js",
    "svglint": "svglint icons/*.svg --ci",
    "wslint": "editorconfig-checker -exclude \\.svg$",
    "prepublishOnly": "npm run build",
    "postpublish": "npm run clean",
    "test": "jest",
    "pretest": "npm run prepublishOnly",
    "posttest": "npm run postpublish",
    "svgo": "svgo --config svgo.config.js",
    "get-filename": "node scripts/get-filename.js"
  },
  "engine": {
    "node": ">=0.12.18"
  }
}