{
  "name": "term-to-html",
  "version": "1.2.0",
  "description": "Stream terminal output with ansi codes into nicely formatted HTML",
  "main": "index.js",
  "scripts": {
    "test": "mocha spec.js",
    "e2e": "mocha --timeout 30000 e2e.js",
    "semantic-release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bahmutov/term-to-html.git"
  },
  "files": [
    "bin",
    "index.js"
  ],
  "bin": {
    "term-to-html": "bin/term-to-html.js"
  },
  "keywords": [
    "cli",
    "terminal",
    "ansi",
    "html"
  ],
  "author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bahmutov/term-to-html/issues"
  },
  "homepage": "https://github.com/bahmutov/term-to-html#readme",
  "devDependencies": {
    "chalk": "3.0.0",
    "cli-table3": "0.5.1",
    "execa": "4.0.0",
    "mocha": "7.0.1",
    "prettier": "1.19.1",
    "semantic-release": "17.0.3",
    "snap-shot-it": "7.9.2"
  },
  "dependencies": {
    "ansi-to-html": "0.6.14",
    "arg": "4.1.3",
    "escape-html": "1.0.3"
  }
}
