{
  "name": "united-cli",
  "version": "1.3.2",
  "description": "",
  "main": "index.js",
  "bin": {
    "united": "./bin/unicli.mjs"
  },
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup --config rollup.config.js -w"
  },
  "author": "Shaohqfspace",
  "engines": {
    "node": "^16.13.2 || >=16.0.0"
  },
  "license": "ISC",
  "dependencies": {
    "@babel/plugin-external-helpers": "^7.18.6",
    "@babel/preset-env": "^7.20.2",
    "chalk": "^5.1.2",
    "cli-spinners": "^2.9.2",
    "commander": "^8.3.0",
    "esbuild": "^0.15.15",
    "escape-string-regexp": "^5.0.0",
    "fs-extra": "^10.1.0",
    "handlebars": "^4.7.7",
    "inquirer": "^9.1.4",
    "log-update": "^6.0.0",
    "ora": "^6.1.2"
  }
}
