{
  "name": "test-wuying-agentbay-sdk",
  "version": "0.22.1-beta.20260619093945",
  "description": "TypeScript SDK for interacting with the Wuying AgentBay cloud runtime environment",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "node scripts/run_with_fallback.js tsup tsup@8.5.0 src/index.ts --dts --format cjs,esm",
    "prepublishOnly": "npm run build",
    "test": "node scripts/run_with_fallback.js jest jest@26.6.3",
    "test:unit": "node scripts/run_with_fallback.js jest jest@26.6.3 tests/unit",
    "test:integration": "node scripts/run_with_fallback.js jest jest@26.6.3 tests/integration",
    "test:coverage": "node scripts/run_with_fallback.js jest jest@26.6.3 --coverage",
    "lint": "node scripts/run_with_fallback.js eslint eslint@8.57.0 \"src/**/*.ts\"",
    "format": "node scripts/run_with_fallback.js prettier prettier@2.8.4 --write \"src/**/*.ts\"",
    "prepare": "npm run build",
    "docs:generate": "node scripts/generate_api_docs.js",
    "examples:check": "node scripts/run_with_fallback.js tsc typescript@4.9.5 --project examples/tsconfig.json"
  },
  "author": "Wuying AI Team <wuying-ai-team@alibabacloud.com> (https://github.com/agentbay-ai/wuying-agentbay-sdk)",
  "contributors": [
    {
      "name": "yuebing.yb",
      "email": "yuebing.yb@alibaba-inc.com"
    }
  ],
  "license": "Apache-2.0",
  "homepage": "https://github.com/agentbay-ai/wuying-agentbay-sdk",
  "bugs": {
    "url": "https://github.com/agentbay-ai/wuying-agentbay-sdk/issues"
  },
  "keywords": [
    "wuying",
    "agentbay",
    "sdk",
    "alibaba",
    "cloud",
    "runtime"
  ],
  "devDependencies": {
    "@types/chai": "^5.2.2",
    "@types/jest": "^26.0.24",
    "@types/js-yaml": "^4.0.9",
    "@types/mocha": "^10.0.10",
    "@types/node": "^18.19.130",
    "@types/sinon": "^10.0.0",
    "@typescript-eslint/eslint-plugin": "~5.62.0",
    "@typescript-eslint/parser": "~5.62.0",
    "abort-controller": "^3.0.0",
    "axios-mock-adapter": "^2.1.0",
    "chai": "^4.3.7",
    "dotenv": "^16.5.0",
    "eslint": "~8.57.0",
    "jest": "^26.6.3",
    "js-yaml": "^4.1.0",
    "prettier": "^2.8.4",
    "puppeteer-core": "^19.11.1",
    "sinon": "^15.2.0",
    "ts-jest": "^26.5.6",
    "tsup": "^8.5.0",
    "typedoc-plugin-markdown": "^3.16.0",
    "typescript": "^4.9.5",
    "zod": "^3.25.76",
    "zod-to-json-schema": "^3.22.4"
  },
  "dependencies": {
    "@alicloud/openapi-core": "^1.0.4",
    "@darabonba/typescript": "^1.0.0",
    "@types/node-fetch": "^2.6.13",
    "axios": "^1.3.4",
    "node-fetch": "^2.7.0",
    "playwright": "^1.55.0",
    "ws": "^8.18.0",
    "@types/ws": "^8.5.13"
  },
  "sideEffects": false,
  "files": [
    "dist/**/*",
    "docs/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/agentbay-ai/wuying-agentbay-sdk.git"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "directories": {
    "doc": "docs",
    "test": "tests"
  },
  "type": "commonjs",
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  }
}
