{
  "name": "@playbox-ai/plbx",
  "version": "1.7.0",
  "description": "CLI tool for deploying playable ads to Playbox Platform",
  "type": "module",
  "main": "./dist/index.js",
  "bin": {
    "plbx": "./dist/index.js"
  },
  "keywords": [
    "playbox",
    "playable-ads",
    "cli",
    "deploy",
    "playable",
    "advertising",
    "html5-games"
  ],
  "author": "Playbox Platform <hello@plbx.ai>",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/playbox-platform/plbx-cli.git"
  },
  "homepage": "https://plbx.ai",
  "bugs": {
    "url": "https://github.com/playbox-platform/plbx-cli/issues"
  },
  "dependencies": {
    "@clack/prompts": "^0.11.0",
    "chalk": "^5.3.0",
    "commander": "^12.1.0",
    "conf": "^13.0.1",
    "glob": "^11.0.0",
    "mime-types": "^2.1.35",
    "open": "^10.1.0",
    "ora": "^8.1.0",
    "picocolors": "^1.1.1",
    "sharp": "^0.33.0"
  },
  "optionalDependencies": {
    "puppeteer": "^24.0.0"
  },
  "devDependencies": {
    "@types/mime-types": "^2.1.4",
    "@types/node": "^20.14.0",
    "eslint": "^9.39.1",
    "tsup": "^8.3.0",
    "typescript": "^5.5.0",
    "vitest": "^2.1.0",
    "@playbox-platform/shared": "0.0.0",
    "@repo/eslint-config": "0.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "start": "node dist/index.js",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "update": "pnpm dlx npm-check-updates",
    "update:run": "pnpm dlx npm-check-updates -u && pnpm install"
  }
}