{
  "name": "@optima-chat/commerce-cli",
  "version": "1.18.5",
  "description": "用自然语言管理电商店铺 - 专为 Claude Code 设计的对话式 CLI 工具，支持多环境和功能测试",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "commerce": "./dist/index.js"
  },
  "files": [
    "dist",
    ".claude",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js",
    "test": "NODE_OPTIONS=--experimental-vm-modules jest",
    "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch",
    "test:coverage": "NODE_OPTIONS=--experimental-vm-modules jest --coverage",
    "prepublishOnly": "npm run build",
    "postinstall": "node dist/postinstall.js || true",
    "preuninstall": "node dist/preuninstall.js || true"
  },
  "keywords": [
    "optima",
    "commerce",
    "cli",
    "e-commerce",
    "claude-code",
    "ai",
    "natural-language"
  ],
  "author": "Optima Commerce Team",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Optima-Chat/commerce-cli.git"
  },
  "homepage": "https://www.optima.shop",
  "bugs": {
    "url": "https://github.com/Optima-Chat/commerce-cli/issues"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "axios": "^1.6.5",
    "chalk": "^5.3.0",
    "cli-table3": "^0.6.5",
    "commander": "^12.0.0",
    "dayjs": "^1.11.18",
    "form-data": "^4.0.4",
    "inquirer": "^9.2.14",
    "open": "^10.0.3",
    "ora": "^8.0.1"
  },
  "devDependencies": {
    "@types/inquirer": "^9.0.9",
    "@types/jest": "^30.0.0",
    "@types/node": "^20.11.5",
    "jest": "^30.2.0",
    "ts-jest": "^29.4.5",
    "tsx": "^4.7.0",
    "typescript": "^5.3.3"
  }
}
