{
  "name": "@receeco/pos-agent",
  "version": "1.0.5",
  "description": "Receeco POS Integration Middleware Agent",
  "main": "dist/index.js",
  "bin": {
    "receeco-pos": "dist/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "ts-node src/index.ts",
    "test": "node test-integration.js",
    "install-service": "node dist/install-service.js"
  },
  "dependencies": {
    "axios": "^1.6.0",
    "chokidar": "^3.5.3",
    "commander": "^11.1.0",
    "cors": "^2.8.5",
    "dotenv": "^16.3.1",
    "express": "^4.18.2",
    "helmet": "^7.1.0",
    "node-cron": "^3.0.3",
    "node-windows": "^1.0.0-beta.8",
    "qrcode": "^1.5.3",
    "winston": "^3.11.0",
    "winston-daily-rotate-file": "^5.0.0",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@types/cors": "^2.8.15",
    "@types/express": "^4.17.20",
    "@types/node": "^20.8.0",
    "@types/qrcode": "^1.5.5",
    "ts-node": "^10.9.1",
    "typescript": "^5.2.2"
  },
  "files": [
    "dist/",
    "README.md",
    "package.json",
    "emulator.html"
  ],
  "keywords": [
    "pos",
    "receipts",
    "digital",
    "middleware",
    "nigeria"
  ],
  "author": "Receeco Team",
  "license": "MIT"
}
