{
  "name": "@royalfig/gtb",
  "version": "4.0.9",
  "description": "A modern tool for developing and building Ghost themes with esbuild, Tailwind, and Live Reload",
  "main": "dist/index.js",
  "type": "module",
  "scripts": {
    "test": "vitest",
    "test:ui": "vitest --ui",
    "test:coverage": "vitest --coverage",
    "start": "node dist/index.js",
    "build": "tsc",
    "dev": "tsx watch src/index.ts",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "bin": {
    "gtb": "dist/index.js"
  },
  "files": [
    "dist",
    "src",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "ghost",
    "theme",
    "development",
    "build",
    "esbuild",
    "tailwind",
    "livereload"
  ],
  "author": "Ryan Feigenbaum",
  "license": "MIT",
  "dependencies": {
    "@inquirer/confirm": "6.1.1",
    "@inquirer/input": "5.1.2",
    "@inquirer/select": "5.2.1",
    "@tryghost/admin-api": "^1.14.11",
    "archiver": "8.0.0",
    "browserslist": "^4.28.6",
    "chalk": "5.6.2",
    "chokidar": "5.0.0",
    "esbuild": "0.28.1",
    "gscan": "6.4.1",
    "lightningcss": "^1.32.0",
    "open": "^11.0.0",
    "portfinder": "1.0.38",
    "sharp": "0.35.3",
    "ws": "8.21.0"
  },
  "devDependencies": {
    "@types/archiver": "^8.0.0",
    "@types/node": "26.1.1",
    "@types/ws": "^8.18.1",
    "@vitest/ui": "^4.1.10",
    "jsdom": "^29.1.1",
    "tsx": "^4.23.0",
    "typescript": "^7.0.2",
    "vite": "^8.1.4",
    "vitest": "^4.1.10"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/royalfig/ghost-theme-dev"
  },
  "publishConfig": {
    "access": "public"
  }
}
