{
  "name": "zmyt-cli",
  "version": "0.2.1",
  "description": "CLI tool for 智贸云图 (ZMYT) foreign trade SaaS platform REST APIs",
  "type": "module",
  "bin": {
    "zmyt": "./bin/zmyt.mjs"
  },
  "scripts": {
    "build": "tsup && terser dist/index.js -o dist/index.js --compress --mangle && rm -f dist/index.js.map",
    "postinstall": "node scripts/postinstall.mjs",
    "dev": "tsx src/index.ts --env dev",
    "dev:test": "tsx src/index.ts --env test",
    "dev:prod": "tsx src/index.ts --env prod",
    "start": "node dist/index.js",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "axios": "^1.7.0",
    "chalk": "^5.3.0",
    "cli-table3": "^0.6.5",
    "commander": "^12.1.0",
    "conf": "^13.0.1",
    "dayjs": "^1.11.21",
    "dotenv": "^16.4.0",
    "open": "^10.1.0",
    "ora": "^8.1.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "terser": "^5.48.0",
    "tsup": "^8.2.0",
    "tsx": "^4.19.0",
    "typescript": "^5.6.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist",
    "bin",
    "skills",
    "scripts"
  ],
  "license": "MIT"
}
