{
    "name": "meproksef-worker",
    "version": "1.0.0",
    "description": "KSeF Sync Worker",
    "main": "index.ts",
    "scripts": {
        "start": "ts-node index.ts"
    },
    "dependencies": {
        "@supabase/supabase-js": "^2.45.0",
        "axios": "^1.6.8",
        "dotenv": "^16.4.5",
        "fast-xml-parser": "^4.3.6",
        "ksef-client": "^0.2.0",
        "node-cron": "^3.0.3"
    },
    "devDependencies": {
        "@types/node": "^20.11.0",
        "@types/node-cron": "^3.0.11",
        "ts-node": "^10.9.2",
        "typescript": "^5.4.3"
    }
}
