package.json•714 B
{
"name": "waferlock-robot-mcp-public",
"version": "2.1.2",
"description": "Standalone Waferlock MCP CLI that proxies the public API for ChatGPT Desktop - Now with 31 MCP Tools!",
"bin": {
"waferlock-mcp": "dist/cli.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/cli.js --help"
},
"keywords": [
"mcp",
"waferlock",
"chatgpt"
],
"author": "",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.20.1",
"dotenv": "^17.2.3",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/multer": "^2.0.0",
"@types/node": "^20.16.5",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
}
}