UNPKG

test-wuying-agentbay-sdk

Version:

TypeScript SDK for interacting with the Wuying AgentBay cloud runtime environment

102 lines (101 loc) 3.12 kB
{ "name": "test-wuying-agentbay-sdk", "version": "0.10.2-beta.20251108001300", "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.35.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/aliyun/wuying-agentbay-sdk)", "contributors": [ { "name": "yuebing.yb", "email": "yuebing.yb@alibaba-inc.com" } ], "license": "Apache-2.0", "homepage": "https://github.com/aliyun/wuying-agentbay-sdk", "bugs": { "url": "https://github.com/aliyun/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.15.0", "@types/sinon": "^10.0.0", "@typescript-eslint/eslint-plugin": "^5.54.0", "@typescript-eslint/parser": "^5.54.0", "abort-controller": "^3.0.0", "axios-mock-adapter": "^2.1.0", "chai": "^4.3.7", "dotenv": "^16.5.0", "eslint": "^8.35.0", "jest": "^26.6.3", "js-yaml": "^4.1.0", "prettier": "^2.8.4", "sinon": "^15.2.0", "ts-jest": "^26.5.6", "ts-node": "^10.9.2", "tsup": "^8.5.0", "typedoc": "^0.25.0", "typedoc-plugin-markdown": "^3.16.0", "typescript": "4.9.5" }, "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" }, "sideEffects": false, "files": [ "dist/**/*", "docs/**/*" ], "repository": { "type": "git", "url": "git+https://github.com/aliyun/wuying-agentbay-sdk.git" }, "engines": { "node": ">=14.0.0" }, "directories": { "doc": "docs", "test": "tests" }, "type": "commonjs", "publishConfig": { "registry": "https://registry.npmjs.org" } }