UNPKG

@radixiot/mango-client

Version:
36 lines 881 B
{ "name": "@radixiot/mango-client", "version": "1.4.1", "description": "Mango Automation REST API client", "url": "https://github.com/MangoAutomation/node-mango-client", "author": "Jared Wiltshire <jazdw@users.noreply.github.com>", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/MangoAutomation/node-mango-client.git" }, "keywords": [ "rest", "mango", "automation", "api", "client" ], "main": "src/mangoClient.js", "scripts": { "test": "mocha --forbid-only test/*.spec.mjs", "test-debug": "mocha --inspect-brk" }, "dependencies": { "form-data": "^4.0.4", "moment": "^2.30.1", "moment-timezone": "^0.6.0", "uuid": "^11.0.4", "ws": "^8.18.2" }, "devDependencies": { "chai": "^5.2.0", "mocha": "^11.6.0", "serialize-javascript": ">=6.0.2" } }