{ "name": "sendbill-mcp", "version": "1.0.0", "description": "센드빌 전자세금계산서 API MCP 서버", "type": "module", "bin": { "sendbill-mcp": "./dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "devDependencies": { "typescript": "^5.0.0", "@types/node": "^20.0.0" } }