package.json•1.17 kB
{
"name": "@wangmhaha/apifox-mcp-server",
"version": "1.6.7",
"main": "build/index.js",
"type": "module",
"bin": {
"@wangmhaha/apifox-mcp-server": "build/cli.js"
},
"scripts": {
"build": "tsc && tsc-alias",
"start": "node build/index.js",
"start:cli": "cross-env NODE_ENV=cli node build/index.js",
"start:http": "node build/index.js"
},
"files": [
"build",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/wangmhaha/apifox-mcp-server"
},
"keywords": [],
"author": "wangmhaha",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/express": "^5.0.1",
"@types/express-serve-static-core": "^5.0.6",
"@types/node": "^22.10.0",
"tsc-alias": "^1.8.11",
"tsx": "^4.19.3",
"typescript": "^5.7.2"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.6.1",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^8.27.0",
"@typescript-eslint/parser": "^8.27.0",
"cross-env": "^7.0.3",
"dotenv": "^16.4.7",
"eslint": "^9.22.0",
"express": "^4.21.2",
"yargs": "^17.7.2",
"zod": "^3.24.2"
}
}