{ "name": "zappier-customer-service", "version": "0.1.0", "private": true, "type": "module", "description": "Customer-service credits and notes; writes prepaid balances on zappier-edge", "scripts": { "start": "node src/server.js", "test": "node --test test/*.test.js" }, "dependencies": { "nats": "^2.28.2" } }