package.json•1.01 kB
{
"name": "MobSF-MCP",
"version": "1.0.0",
"description": "a Node.js-based Model Context Protocol implementation for MobSF",
"main": "build/index.js",
"types": "build/index.d.ts",
"bin": {
"nkcc-apk-mobsf": "build/index.js"
},
"files": [
"build/**/*"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"MobSF",
"static analysis",
"security",
"automation",
"multi-control point",
"MCP",
"security analysis"
],
"author": "nkcc-apk",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/nkcc-apk/MobSF-MCP"
},
"bugs": {
"url": "https://github.com/nkcc-apk/MobSF-MCP/issues"
},
"homepage": "https://github.com/nkcc-apk/MobSF-MCP",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.8.0",
"axios": "^1.6.5",
"form-data": "^4.0.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.11.0",
"typescript": "^5.8.3"
}
}