{
  "name": "ansi_up",
  "version": "6.0.5",
  "description": "Convert ansi sequences in strings to colorful HTML",
  "keywords": [
    "ansi",
    "html"
  ],
  "author": "drudru <drudru@gmail.com>",
  "license": "MIT",
  "main": "./ansi_up.js",
  "type": "module",
  "types": "./ansi_up.d.ts",
  "repository": {
    "type": "git",
    "url": "git://github.com/drudru/ansi_up.git"
  },
  "bugs": {
    "url": "http://github.com/drudru/ansi_up/issues"
  },
  "engines": {
    "node": "*"
  },
  "scripts": {
    "test": "make test",
    "build": "make typescript"
  },
  "devDependencies": {
    "mocha": "^10.2.0",
    "npm": "^9.8.1",
    "should": "*",
    "typescript": "^5.1.0"
  }
}
