{
  "name": "mqtt-state",
  "description": "State management for home automation based on MQTT input/output.",
  "version": "4.1.0",
  "main": "lib/main.js",
  "dependencies": {
    "consul": "^0.37.0",
    "cors": "^2.8.5",
    "eslint": "^6.8.0",
    "express": "^4.17.1",
    "js-yaml": "^3.13.1",
    "mqtt": "^4.0.0",
    "prom-client": "^12.0.0",
    "redis": "^3.0.2",
    "ulid": "^2.3.0"
  },
  "devDependencies": {
    "@ava/typescript": "^1.1.1",
    "@types/consul": "^0.23.34",
    "@types/cors": "^2.8.6",
    "@types/express": "^4.17.6",
    "@types/js-yaml": "^3.12.3",
    "@types/redis": "^2.8.18",
    "ava": "^3.12.1",
    "esbuild": "^0.18.13",
    "eslint-config-prettier": "^6.10.1",
    "eslint-plugin-prettier": "^3.1.3",
    "nyc": "^15.1.0",
    "postject": "^1.0.0-alpha.6",
    "prettier": "^2.0.4",
    "ts-node": "^9.0.0",
    "typescript": "^4.0.2"
  },
  "scripts": {
    "coverage": "nyc ava -v",
    "docs": "mkdocs serve",
    "build": "tsc",
    "prepack": "chmod u+x lib/main.js",
    "test": "npx ava -v"
  },
  "bin": {
    "mqtt-state": "./lib/main.js"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "author": "Den Williams",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/denwilliams/mqtt-state.git"
  },
  "bugs": {
    "url": "https://github.com/denwilliams/mqtt-state/issues"
  },
  "homepage": "https://github.com/denwilliams/mqtt-state#readme",
  "ava": {
    "files": [
      "**/*.test.ts"
    ],
    "extensions": [
      "ts"
    ],
    "require": [
      "ts-node/register"
    ]
  }
}
