package.json•1.11 kB
{
"name": "@koinunopochi/danger-zone-mcp",
"version": "1.2.2",
"description": "MCP server for executing dangerous commands with safety checks",
"main": "dist/index.js",
"type": "module",
"bin": {
"danger-zone-mcp": "dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsx src/index.ts",
"start": "node dist/index.js"
},
"keywords": [
"mcp",
"danger-zone",
"command-execution",
"claude"
],
"author": "koinunopochi",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/koinunopochi/danger-zone-mcp.git"
},
"bugs": {
"url": "https://github.com/koinunopochi/danger-zone-mcp/issues"
},
"homepage": "https://github.com/koinunopochi/danger-zone-mcp#readme",
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/node": "^24.0.13",
"tsx": "^4.20.3",
"typescript": "^5.8.3"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.15.1",
"jsonc-parser": "^3.3.1",
"zod": "^3.25.76"
}
}