{
  "name": "@radixiot/mango-client",
  "version": "1.4.4",
  "description": "Mango Automation REST API client",
  "url": "https://github.com/RadixIoT/node-mango-client",
  "author": "Jared Wiltshire <jazdw@users.noreply.github.com>",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RadixIoT/node-mango-client.git"
  },
  "keywords": [
    "rest",
    "mango",
    "automation",
    "api",
    "client"
  ],
  "main": "src/mangoClient.js",
  "scripts": {
    "test": "mocha --forbid-only test/*.spec.js",
    "test-debug": "mocha --inspect-brk"
  },
  "dependencies": {
    "form-data": "^4.0.5",
    "moment": "^2.30.1",
    "moment-timezone": "^0.6.1",
    "uuid": "^13.0.0",
    "ws": "^8.20.0"
  },
  "devDependencies": {
    "chai": "^6.2.2",
    "mocha": "^11.7.5"
  }
}
