wuying-agentbay-sdk-inner-test
Version:
TypeScript SDK for interacting with the Wuying AgentBay cloud runtime environment
94 lines (93 loc) • 2.44 kB
JSON
{
"name": "wuying-agentbay-sdk-inner-test",
"version": "0.1.2-beta.20250928180413",
"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": "tsup src/index.ts --dts --format cjs,esm",
"prepublishOnly": "npm run build",
"test": "jest",
"test:unit": "jest tests/unit",
"test:integration": "jest tests/integration",
"test:coverage": "jest --coverage",
"lint": "eslint src/**/*.ts",
"format": "prettier --write \"src/**/*.ts\"",
"prepare": "npm run build"
},
"author": {
"name": "Wuying AI Team",
"email": "wuying-ai-team@alibabacloud.com",
"url": "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/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",
"prettier": "^2.8.4",
"sinon": "^15.2.0",
"ts-jest": "^26.5.6",
"ts-node": "^10.9.2",
"tsup": "^8.5.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/**/*"
],
"repository": {
"type": "git",
"url": "https://github.com/aliyun/wuying-agentbay-sdk.git"
},
"engines": {
"node": ">=14.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}