package.json•538 B
{
"name": "keplacas-mcp",
"version": "1.0.0",
"main": "dist/index.js",
"type": "module",
"bin": {
"keplaca-mcp": "dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsx src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/node": "^24.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"dependencies": {
"mcp": "^1.4.2",
"puppeteer": "^24.15.0"
}
}