{
  "name": "github-colors",
  "version": "2.2.21",
  "description": "GitHub colors and file extensions mapping",
  "main": "lib/index.js",
  "scripts": {
    "build": "node ./scripts/main.js",
    "install": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:IonicaBizau/github-colors.git"
  },
  "keywords": [
    "github",
    "colors",
    "node"
  ],
  "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/IonicaBizau/github-colors/issues"
  },
  "homepage": "https://github.com/IonicaBizau/github-colors",
  "directories": {
    "example": "example"
  },
  "dependencies": {
    "bug-killer": "^4.0.0",
    "js-yaml": "^3.6.1",
    "streamp": "^2.0.0",
    "tinyreq": "^3.1.3",
    "ul": "^5.0.0"
  },
  "blah": {
    "title": "GitHub Colors",
    "description": [
      {
        "h2": "[Colors](/colors.md)! :art:"
      },
      {
        "p": "If you like to see the language colors collection, click [here](/colors.md)."
      }
    ]
  },
  "devDependencies": {},
  "files": [
    "bin/",
    "app/",
    "lib/",
    "dist/",
    "src/",
    "scripts/",
    "resources/",
    "menu/",
    "cli.js",
    "index.js",
    "index.d.ts",
    "package-lock.json",
    "bloggify.js",
    "bloggify.json",
    "bloggify/"
  ]
}