{
  "name": "apipost-cli-pro",
  "version": "3.0.19",
  "description": "Apipost 命令行运行工具。适合Apipost8及以上版本。",
  "main": "./dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "clean-dist": "rm -rf ./dist",
    "copy-report": "cp -r ./bin/apipost-reports ./dist/apipost-cli/",
    "build": "npm run clean-dist && ncc build bin/cli.js  --external uglify-js -o dist/ && npm run copy-report"
  },
  "bin": {
    "apipost": "./dist/index.js",
    "apipost8": "./dist/index.js"
  },
  "keywords": [],
  "author": "Apipost Team",
  "license": "UNLICENSED",
  "devDependencies": {
    "@vercel/ncc": "^0.38.1",
    "apipost-inside-tools": "^0.1.98",
    "art-template": "^4.13.4",
    "cli-progress": "^3.12.0",
    "cli-table3": "^0.6.5",
    "colors": "^1.4.0",
    "commander": "^12.1.0",
    "crypto": "^1.0.1",
    "database-query": "^1.1.20",
    "dayjs": "^1.11.13",
    "electron": "npm:lodash@^4.17.21",
    "lodash": "^4.17.21",
    "node-fetch": "^3.3.2",
    "runner-runtime": "npm:runner-runtime-pro@1.0.151",
    "uuid": "^11.1.0"
  },
  "dependencies": {
    "apipost-inside-tools": "^0.1.98",
    "axios": "^1.11.0",
    "crypto": "^1.0.1",
    "database-query": "^1.1.18",
    "iconv-lite": "^0.6.3",
    "shell-env": "^4.0.1",
    "uuid": "^11.1.0"
  },
  "resolutions": {
    "uvm": "3.0.0"
  },
  "overrides": {
    "uvm": "3.0.0"
  }
}
