package.json•511 B
{
"name": "mcp-dns",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"bin": {
"dns": "./build/server.js"
},
"scripts": {
"build": "tsc && chmod 755 build/server.js"
},
"files": [
"build"
],
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.15.18",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.11.4",
"zod": "^3.24.4"
},
"description": ""
}