package.json•1.23 kB
{
"name": "mcp-server-esa",
"version": "1.0.10",
"description": "Alibaba Cloud ESA (Edge Security Acceleration) MCP Server",
"main": "./dist/index.js",
"type": "commonjs",
"bin": {
"mcp-server-esa": "./dist/index.js"
},
"scripts": {
"build": "rslib build",
"dev": "rslib build --watch",
"format": "prettier --write .",
"lint": "eslint ."
},
"author": "",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^9.21.0",
"@rslib/core": "^0.5.5",
"@types/lodash": "^4.17.16",
"@types/node": "^22.8.1",
"@types/node-fetch": "^2.6.12",
"eslint": "^9.21.0",
"globals": "^16.0.0",
"prettier": "^3.5.2",
"typescript": "^5.8.2",
"typescript-eslint": "^8.25.0"
},
"repository": {
"type": "git",
"url": "https://github.com/aliyun/mcp-server-esa.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@alicloud/esa20240910": "^2.25.0",
"@alicloud/openapi-client": "^0.4.13",
"@alicloud/tea-util": "^1.4.10",
"@modelcontextprotocol/sdk": "^1.13.2",
"@types/semver": "^7.5.8",
"form-data": "^4.0.2",
"node-fetch": "^2.7.0",
"semver": "^7.7.1",
"zod": "^3.24.2"
}
}