{
  "name": "@petercjl/tbcli",
  "version": "0.8.0",
  "description": "CLI for Taobao and Qianniu seller backend workflows",
  "type": "module",
  "bin": {
    "tbcli": "scripts/tbcli.mjs"
  },
  "files": [
    "scripts",
    "src",
    "skill",
    "README.md"
  ],
  "engines": {
    "node": ">=20"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/petercjl/tbcli.git"
  },
  "homepage": "https://github.com/petercjl/tbcli#readme",
  "bugs": {
    "url": "https://github.com/petercjl/tbcli/issues"
  },
  "license": "UNLICENSED",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "@excel.js/exceljs": "^0.9.0",
    "fontkit": "^2.0.4",
    "pg": "^8.23.0",
    "playwright-core": "^1.61.1"
  },
  "scripts": {
    "test": "node --test"
  }
}
