UNPKG

ea-agenthub

Version:

整合 agentx 和 commandx 便利工具

45 lines (44 loc) 1.01 kB
{ "name": "ea-agenthub", "version": "2.0.4", "description": "整合 agentx 和 commandx 便利工具", "main": "lib/agenthub.js", "bin": { "ea-agenthub": "bin/agenthub" }, "scripts": { "lint": "eslint bin/* lib test --fix", "test": "mocha -R spec -t 80000 test/*.js --exit", "cov": "nyc -r json -r lcov -r text-summary npm test", "ci": "npm run lint && npm run cov" }, "repository": { "type": "git", "url": "git+https://github.com/aliyun-node/agenthub.git" }, "keywords": [ "ea-agentx", "ea-commandx", "alinode" ], "author": "aliyun-node", "license": "MIT", "bugs": { "url": "https://github.com/aliyun-node/agenthub/issues" }, "homepage": "https://github.com/aliyun-node/agenthub#readme", "files": [ "bin", "lib" ], "dependencies": { "ea-agentx": "^2.0.2", "ea-commandx": "^2.0.1", "nounou": "^1.2.1" }, "devDependencies": { "eslint": "^4.18.2", "mocha": "^5.0.3", "nyc": "^11.4.1" } }