{
  "name": "automation-tool-manager",
  "version": "1.7.3",
  "description": "Automation Agent",
  "author": "",
  "license": "ISC",
  "main": "index.js",
  "preferGlobal": true,
  "repository": "",
  "bin": {
    "automation-tool-manager": "jdeploy-bundle/jdeploy.js",
    "tcnnn": "jdeploy-bundle/jdeploy.js"
  },
  "jdeploy": {
    "jdk": true,
    "generateLegacyBundles": false,
    "javaVersion": "17",
    "jar": "target/tool-manager-1.2.4.jar",
    "javafx": false,
    "title": "Automation Agent"
  },
  "files": [
    "jdeploy-bundle",
    "scripts/setup.sh",
    "target/tool-manager-1.2.4.jar"
  ],
  "dependencies": {
    "command-exists-promise": "^2.0.2",

    "node-fetch": "2.6.7",
    "shelljs": "^0.10.0",
    "tar": "^7.5.12",
    "vite": "8.0.5",
    "yauzl": "3.2.1"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "postinstall": "sh ./scripts/setup.sh"
  }
}
