{
  "name": "@series-inc/vibeforge-cli",
  "version": "1.3.9-beta",
  "description": "Vibeforge CLI - HTML5 Game Publishing Platform",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "vibeforge": "dist/index.js",
    "vf": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "node -r dotenv/config --loader ts-node/esm src/index.ts",
    "start": "node dist/index.js",
    "test": "NODE_OPTIONS='--experimental-vm-modules' jest",
    "test:watch": "NODE_OPTIONS='--experimental-vm-modules' jest --watch",
    "test:coverage": "NODE_OPTIONS='--experimental-vm-modules' jest --coverage",
    "test:refresh": "node tests/helpers/test-refresh.js",
    "test:expire": "node tests/helpers/expire-token.js",
    "test:restore": "node tests/helpers/restore-session.js",
    "postinstall": "node scripts/post-install.js"
  },
  "keywords": [
    "cli",
    "games",
    "html5",
    "publishing",
    "vibeforge"
  ],
  "author": "Vibeforge Team",
  "license": "MIT",
  "devDependencies": {
    "@jest/globals": "^30.2.0",
    "@types/archiver": "^6.0.3",
    "@types/figlet": "^1.7.0",
    "@types/jest": "^30.0.0",
    "@types/node": "^24.3.1",
    "@types/qrcode-terminal": "^0.12.2",
    "jest": "^30.2.0",
    "ts-jest": "^29.4.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.2"
  },
  "dependencies": {
    "@supabase/supabase-js": "^2.57.4",
    "archiver": "^7.0.1",
    "chalk": "^5.6.2",
    "commander": "^14.0.0",
    "dotenv": "^17.2.2",
    "figlet": "^1.9.1",
    "qrcode-terminal": "^0.12.0"
  },
  "bundledDependencies": [
    "archiver"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "bundleDependencies": [
    "archiver"
  ],
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "docs",
    "assets",
    "scripts/post-install.js"
  ]
}
