{
  "name": "@olenbetong/appframe-cli",
  "description": "Utility functions for AppframeWeb",
  "bin": {
    "af": "./cli/af.js"
  },
  "type": "module",
  "version": "4.5.5",
  "license": "MIT",
  "keywords": [
    "appframe",
    "cli",
    "appframe web"
  ],
  "devDependencies": {
    "@types/adm-zip": "^0.5.8",
    "@types/d3": "^7.4.3",
    "@types/degit": "^2.8.6",
    "@types/inquirer": "^9.0.10",
    "@types/react": "19.2.17",
    "@types/semver": "^7.7.1",
    "tough-cookie": "^6.0.0"
  },
  "dependencies": {
    "oxfmt": "0.59.0",
    "oxlint": "1.74.0",
    "adm-zip": "^0.6.0",
    "chalk": "5.6.2",
    "commander": "15.0.0",
    "compare-versions": "^6.1.1",
    "d3": "^7.9.0",
    "degit": "^2.8.5",
    "dotenv": "^17.4.2",
    "fetch-cookie": "^3.2.0",
    "formdata-node": "^6.0.3",
    "fuzzy": "^0.1.3",
    "ink": "^7.1.1",
    "inquirer": "^13.4.3",
    "inquirer-autocomplete-standalone": "^0.8.1",
    "open": "^11.0.0",
    "react": "19.2.7",
    "semver": "^7.8.5",
    "signal-exit": "^4.1.0",
    "typescript": "7.0.2",
    "@olenbetong/appframe-data": "1.5.0",
    "@olenbetong/appframe-updater": "0.4.10",
    "@olenbetong/appframe-vite": "6.3.4"
  },
  "optionalDependencies": {
    "keytar": "^8.3.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/olenbetong/SynergiWeb.git"
  },
  "peerDependencies": {},
  "scripts": {
    "build": "node --no-warnings ../../scripts/clean.ts ./cli tsconfig.build.tsbuildinfo && tsc -p tsconfig.build.json",
    "check": "pnpm dlx npm-check-updates -i -p pnpm --pre 1 --format group"
  }
}