{
  "name": "@wwa/single-line-log",
  "description": "Keep writing to the same line in the terminal. Very useful when you write progress bars, or a status message during longer operations",
  "keywords": [
    "single",
    "line",
    "log",
    "output",
    "overwrite",
    "collapse",
    "stdout",
    "terminal",
    "tty",
    "cli",
    "shell"
  ],
  "version": "1.2.1",
  "typings": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "git://github.com/sjinks/single-line-log.git"
  },
  "license": "MIT",
  "author": "Tobias Baunbæk <freeall@gmail.com>",
  "dependencies": {
    "string-width": "^4.2.2"
  },
  "scripts": {
    "test": "node test.js"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}
