{
  "name": "iobroker.artnet",
  "description": "The adapter allows to send and receive MQTT messages from ioBroker and to be a broker.",
  "version": "1.2.2",
  "author": {
    "name": "hobbyquaker",
    "email": "hq@ccu.io"
  },
  "homepage": "https://github.com/ioBroker/ioBroker.artnet",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ioBroker/ioBroker.artnet.git"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/ioBroker/ioBroker.artnet/blob/master/LICENSE"
    }
  ],
  "keywords": [
    "DMX",
    "artnet",
    "IoT"
  ],
  "dependencies": {
    "artnet": "^1.4.0",
    "@iobroker/adapter-core": "^2.2.1"
  },
  "devDependencies": {
    "gulp": "^4.0.2",
    "mocha": "^7.1.1",
    "chai": "^4.2.0",
    "@iobroker/testing": "^2.1.0"
  },
  "bugs": {
    "url": "https://github.com/ioBroker/ioBroker.artnet/issues"
  },
  "main": "main.js",
  "scripts": {
    "test": "npm run test:package && npm run test:unit",
    "test:package": "mocha test/package --exit",
    "test:unit": "mocha test/unit --exit",
    "test:integration": "mocha test/integration --exit"
  },
  "license": "MIT"
}
