{
  "name": "wpscli-intl",
  "version": "0.1.1",
  "description": "WPS AI Agent CLI — International market",
  "author": "Kingsoft Office Software Corporation",
  "homepage": "https://www.wps.com/",
  "license": "UNLICENSED",
  "type": "module",
  "bin": {
    "wpscli": "./dist/index.js"
  },
  "dependencies": {
    "@wpscli/cli-shared": "0.1.1",
    "@wpscli/flavor-intl": "0.1.1",
    "@wpscli/core": "0.1.1"
  },
  "devDependencies": {
    "@types/node": "^25.9.2",
    "rimraf": "^6.0.0",
    "typescript": "^5.8.0",
    "vitest": "^3.2.0"
  },
  "files": [
    "dist",
    "scripts",
    "README.md",
    "PRIVACY.md",
    "THIRD_PARTY_LICENSES.md",
    "THIRD_PARTY_NOTICES.txt",
    "wpscli.SKILL.md",
    "!dist/**/*.map"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "keywords": [
    "wps",
    "pdf",
    "convert",
    "cli",
    "agent"
  ],
  "scripts": {
    "preinstall": "node ./scripts/npm-guard.mjs preinstall intl",
    "postinstall": "node ./scripts/npm-guard.mjs postinstall intl",
    "preuninstall": "node ./scripts/npm-guard.mjs preuninstall intl",
    "build": "node ../../scripts/sync-market-scripts.mjs intl && node ../../scripts/sync-skill-to-cli.mjs && tsc && node --input-type=module -e \"import { chmodSync } from 'node:fs'; chmodSync('dist/index.js', 0o755)\"",
    "clean": "rimraf dist",
    "test:e2e": "node ../../scripts/run-e2e.mjs intl tests/e2e",
    "test:validation": "node ../../scripts/run-e2e.mjs intl tests/e2e/validation.test.ts"
  }
}