{
  "name": "@tryghost/pretty-cli",
  "version": "3.3.1",
  "description": "A mini-module to style a sywac instance in a standard way",
  "license": "MIT",
  "author": "Ghost Foundation",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TryGhost/framework.git",
    "directory": "packages/pretty-cli"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "main": "index.js",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "chalk": "5.6.2",
    "sywac": "1.3.0"
  },
  "devDependencies": {
    "sinon": "22.0.0"
  },
  "scripts": {
    "dev": "echo \"Implement me!\"",
    "test": "NODE_ENV=testing vitest run --coverage",
    "lint": "oxlint -c ../../.oxlintrc.json .",
    "posttest": "pnpm run lint"
  }
}