{
  "name": "@boost/terminal",
  "version": "5.0.0",
  "type": "module",
  "release": "1651512178248",
  "description": "A collection of utilities for managing and interacting with a terminal.",
  "keywords": [
    "boost",
    "terminal",
    "term",
    "utils",
    "ink"
  ],
  "main": "./mjs/index.mjs",
  "types": "./mjs/index.d.ts",
  "files": [
    "mjs/**/*",
    "src/**/*"
  ],
  "engines": {
    "node": ">=18.12.0"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:milesj/boost.git",
    "directory": "packages/terminal"
  },
  "author": "Miles Johnson",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "ansi-escapes": "^6.2.0",
    "ansi-regex": "^6.0.1",
    "chalk": "^5.3.0",
    "cli-truncate": "^3.1.0",
    "figures": "^5.0.0",
    "slice-ansi": "^7.1.0",
    "string-width": "^6.1.0",
    "strip-ansi": "^7.1.0",
    "supports-hyperlinks": "^3.0.0",
    "term-size": "^3.0.2",
    "wrap-ansi": "^8.1.0"
  },
  "funding": {
    "type": "ko-fi",
    "url": "https://ko-fi.com/milesjohnson"
  },
  "packemon": {
    "api": "private",
    "format": "mjs",
    "platform": "node"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./mjs/index.d.ts",
      "import": "./mjs/index.mjs"
    }
  },
  "gitHead": "868b258fac254aa4c2673755a9fd5acf89091980"
}
