UNPKG

timeld-gateway

Version:
62 lines (61 loc) 1.51 kB
{ "name": "timeld-gateway", "version": "0.2.11", "description": "Timeld Gateway server", "main": "server.mjs", "scripts": { "start": "node server.mjs" }, "engines": { "node": "16.x" }, "repository": { "type": "git", "url": "git+https://github.com/m-ld/timeld.git" }, "keywords": [ "m-ld", "timesheets" ], "author": "m-ld.io Ltd.", "license": "MIT", "bugs": { "url": "https://github.com/m-ld/timeld/issues" }, "homepage": "https://github.com/m-ld/timeld#readme", "dependencies": { "@m-ld/io-web-runtime": "^0.2.2-2", "@m-ld/m-ld": "^0.8.2", "cryptr": "^6.0.3", "http-graceful-shutdown": "^3.1.8", "jsonwebtoken": "^8.5.1", "jtd": "^0.1.1", "loglevel": "^1.8.0", "ndjson": "^2.0.0", "nodemailer": "^6.7.8", "restify": "^8.6.1", "restify-errors": "^8.0.2", "rx-flowable": "^0.1.2", "rxjs": "^7.5.6", "simple-peer": "^9.11.1", "socket.io": "^4.5.1", "socket.io-client": "^4.5.1", "timeld-caldav": "^0.1.2", "timeld-common": "^0.1.7", "timeld-prejournal": "^0.1.5", "timeld-tiki": "^0.1.4", "validator": "^13.7.0" }, "devDependencies": { "@types/cryptr": "^4.0.1", "@types/jsonwebtoken": "^8.5.8", "@types/nodemailer": "^6.4.5", "@types/restify": "^8.5.5", "@types/restify-errors": "^4.3.4", "@types/supertest": "^2.0.12", "@types/validator": "^13.7.5", "memdown": "^6.1.1", "supertest": "^6.2.4", "tmp": "^0.2.1" } }