{
  "displayName": "Blinds Connector API",
  "name": "blinds-connector-api",
  "version": "1.0.2",
  "description": "a package that allows to talk to the Connector ecosystem",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/DerDeathraven/node-connector-hub.git"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./lib/esm/types/index.d.ts",
        "default": "./lib/esm/index.mjs"
      },
      "require": {
        "types": "./lib/cjs/types/src/index.d.ts",
        "default": "./lib/cjs/src/index.js"
      }
    }
  },
  "types": "./lib/esm/types/index.d.ts",
  "main": "./lib/esm/index.mjs",
  "bugs": {
    "url": "https://github.com/DerDeathraven/node-connector-hub/issues"
  },
  "engines": {
    "node": ">=14.18.1"
  },
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "clean": "rm -rf ./lib",
    "build": "npm run clean && npm run build:esm && npm run build:cjs",
    "build:esm": "tsc -p ./tsconfig.esm.json && mv lib/esm/index.js lib/esm/index.mjs",
    "build:cjs": "tsc -p ./tsconfig.cjs.json",
    "prepack": "npm run build"
  },
  "keywords": [
    "dooya",
    "ningbo",
    "dd7002B",
    "dd1554",
    "1554A00",
    "cm-20",
    "cmd-01",
    "amp",
    "motorization",
    "bliss",
    "automation",
    "alta",
    "bloc",
    "brel",
    "3 day",
    "diaz",
    "gaviota",
    "havana",
    "hurrican",
    "inspired",
    "ismartwindow",
    "martec",
    "motion",
    "coulisse",
    "raven rock",
    "screenaway",
    "smart",
    "home",
    "uprise",
    "blind",
    "shade",
    "curtain",
    "awning",
    "gate",
    "window",
    "covering",
    "homekit",
    "connector",
    "connector+",
    "connector plus",
    "motor",
    "talks"
  ],
  "dependencies": {
    "aes-js": "^3.1.2",
    "dgram-as-promised": "^5.0.1"
  },
  "devDependencies": {
    "@types/aes-js": "^3.1.1",
    "@types/node": "^16.10.9",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "@typescript-eslint/parser": "^5.0.0",
    "eslint": "^8.0.1",
    "nodemon": "^2.0.13",
    "rimraf": "^3.0.2",
    "ts-node": "^10.3.0",
    "typescript": "^4.4.4"
  }
}
