{
  "name": "monaca",
  "version": "5.1.0",
  "description": "Monaca Command Line Tool",
  "bin": {
    "monaca": "bin/monaca"
  },
  "scripts": {
    "preinstall": "node bin/preinstall",
    "test": "npx jest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/monaca/monaca-cli"
  },
  "keywords": [
    "monaca"
  ],
  "author": "Monaca <info@asial.co.jp>",
  "licenses": [
    {
      "type": "Apache-2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0"
    }
  ],
  "bugs": {
    "url": "https://github.com/monaca/monaca-cli/issues"
  },
  "homepage": "https://monaca.io",
  "preferGlobal": true,
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@xmldom/xmldom": "^0.8.0",
    "colors": "^0.6.2",
    "compare-versions": "3.0.1",
    "inquirer": "^8.2.6",
    "ip": "^1.1.5",
    "minimist": "^1.2.8",
    "monaca-lib": "^5.1.4",
    "opn": "^5.3.0",
    "portfinder": "^1.0.7",
    "q": "^1.1.2",
    "shelljs": "^0.8.4",
    "tar": "^5.0.5"
  },
  "devDependencies": {
    "jest": "^24.9.0"
  }
}