package.json•1.19 kB
{
"name": "sslmon-mcp",
"version": "1.0.4",
"description": "MCP server for domain registration info and SSL certificate monitoring",
"main": "dist/index.js",
"bin": "dist/run.js",
"type": "module",
"keywords": [
"mcp",
"ssl",
"certificate",
"domain",
"whois",
"monitoring",
"model-context-protocol"
],
"author": "firesh",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/firesh/sslmon-mcp.git"
},
"homepage": "https://github.com/firesh/sslmon-mcp#readme",
"bugs": {
"url": "https://github.com/firesh/sslmon-mcp/issues"
},
"files": [
"dist/**/*",
"README.md",
"package.json"
],
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"test": "node --test dist/tests/*.test.js",
"test:dev": "tsx --test src/tests/*.test.ts"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.17.5",
"@types/express": "5.0.3",
"express": "5.1.0",
"node-forge": "^1.3.1"
},
"devDependencies": {
"@types/node": "^20.10.0",
"tsx": "^4.6.0",
"typescript": "^5.3.0"
},
"engines": {
"node": ">=18"
}
}