UNPKG

@condor-labs/ec-events-gateway

Version:
38 lines (37 loc) 922 B
{ "name": "@condor-labs/ec-events-gateway", "version": "2.0.0", "description": "Client to send events to events gateway API", "main": "index.js", "scripts": { "test": "jest --watch ./src ./", "coverage": "jest --env=jsdom --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/cebroker/ec-applications.git" }, "author": "Condorlabs", "license": "ISC", "bugs": { "url": "https://github.com/cebroker/ec-applications/issues" }, "homepage": "https://github.com/cebroker/ec-applications/tree/master/ec-events-gateway-client#readme", "keywords": [ "helpers", "condorlabs" ], "dependencies": { "@condor-labs/axios": "1.2.3", "date-fns": "1.30.1", "dotenv": "16.3.1", "joi": "17.9.2", "winston": "3.9.0" }, "devDependencies": { "chai": "4.3.7", "jest": "29.5.0", "mockdate": "3.0.5", "sinon": "15.2.0" } }