{ "name": "@busybee3333/lightspeed-mcp-server", "version": "1.0.0", "description": "Complete MCP server for Lightspeed Retail & Restaurant POS platform with 50+ tools and 15+ React apps", "author": "BusyBee3333", "license": "MIT", "type": "module", "bin": { "lightspeed-mcp": "./dist/main.js" }, "scripts": { "build": "tsc && node build-apps.js", "prepublishOnly": "npm run build", "dev": "tsc --watch", "start": "node dist/main.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4" }, "devDependencies": { "@types/node": "^22.10.5", "typescript": "^5.7.2", "vite": "^6.0.11", "react": "^19.0.0", "react-dom": "^19.0.0", "@types/react": "^19.0.6", "@types/react-dom": "^19.0.2", "@vitejs/plugin-react": "^4.3.4" }, "keywords": [ "mcp", "lightspeed", "pos", "retail", "restaurant", "point-of-sale", "inventory", "ecommerce" ] }