{
  "name": "hicat",
  "author": "Rico Sta. Cruz <hi@ricostacruz.com>",
  "license": "MIT",
  "version": "0.9.0",
  "repository": {
    "type": "git",
    "url": "http://github.com/rstacruz/hicat.git"
  },
  "description": "Command-line syntax highlighter.",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "bin": {
    "hicat": "bin/hicat"
  },
  "dependencies": {
    "highlight.js": "^10.5.0",
    "html-entities": "^2.0.6",
    "minimist": "^1.2.5"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^8.2.1"
  }
}
