package.json•647 B
{
"name": "waferlock-robot-mcp-public",
"version": "1.0.0",
"description": "Standalone Waferlock MCP CLI that proxies the public API for ChatGPT Desktop",
"type": "module",
"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"
},
"devDependencies": {
"@types/node": "^20.16.5",
"typescript": "^5.9.3"
},
"engines": {
"node": "18.x",
"npm": "9.x"
}
}