UNPKG

imt-gateway

Version:
38 lines (37 loc) 701 B
{ "author": { "name": "Patrik Simek", "url": "https://www.integromat.com" }, "name": "imt-gateway", "description": "Integromat Gateway Client", "keywords": [ "integromat", "gateway", "imt" ], "types": "types/index.d.ts", "version": "2.0.9", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/integromat/gateway" }, "license": "MIT", "dependencies": { "async": "^3.2.0", "debug": "^4.1.1", "msgpack-lite": "^0.1.26", "uuid": "^8.3.2" }, "devDependencies": { "@types/node": "^18.6.1", "mocha": "^7.1.1" }, "engines": { "node": ">=8.0" }, "scripts": { "test": "mocha test" } }