{
  "name": "@tryghost/listr-smart-renderer",
  "version": "0.15.2",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TryGhost/migrate.git",
    "directory": "packages/listr-smart-renderer"
  },
  "author": "Ghost Foundation",
  "license": "MIT",
  "main": "index.js",
  "type": "module",
  "files": [
    "index.js",
    "lib"
  ],
  "keywords": [
    "listr",
    "smart",
    "renderer",
    "summary"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "chalk": "5.6.2",
    "cli-truncate": "6.1.1",
    "elegant-spinner": "3.0.0",
    "indent-string": "5.0.0",
    "listr2": "10.2.2",
    "log-symbols": "7.0.1",
    "log-update": "8.0.0",
    "strip-ansi": "7.2.0"
  },
  "scripts": {
    "dev": "echo \"Implement me!\"",
    "test": "node --test 'test/**/*.test.js'",
    "posttest": "pnpm lint",
    "lint": "eslint . --ext .js --cache"
  }
}