{
  "name": "console-strings",
  "version": "0.2.15",
  "main": "cjs/index.js",
  "module": "index.js",
  "type": "module",
  "scripts": {
    "build": "ascjs index.js cjs/index.js && ascjs browser.js cjs/browser.js && ascjs --no-default md.js cjs/md.js && npm run test",
    "test": "c8 node ./test/index.js && node ./test/index.cjs",
    "coverage": "mkdir -p ./coverage; c8 report --reporter=text-lcov > ./coverage/lcov.info"
  },
  "keywords": [
    "devtools",
    "log",
    "style",
    "escape",
    "terminal"
  ],
  "files": [
    "cjs/*",
    "index.js",
    "browser.js",
    "md.js",
    "LICENSE",
    "README.md"
  ],
  "exports": {
    ".": {
      "import": "./index.js",
      "default": "./cjs/index.js"
    },
    "./browser": {
      "import": "./browser.js",
      "default": "./cjs/browser.js"
    },
    "./md": {
      "import": "./md.js",
      "default": "./cjs/md.js"
    },
    "./package.json": "./package.json"
  },
  "author": "Andrea Giammarchi",
  "license": "MIT",
  "description": "String utilities that understand terminal escape sequences",
  "devDependencies": {
    "ascjs": "^6.0.3",
    "c8": "^10.1.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WebReflection/console-strings.git"
  },
  "bugs": {
    "url": "https://github.com/WebReflection/console-strings/issues"
  },
  "homepage": "https://github.com/WebReflection/console-strings#readme"
}
