package.json 1.27 KB
{
  "name": "@peter-murray/hue-bridge-model",
  "description": "Philips Hue Bridge Model",
  "version": "1.0.0",
  "author": "Peter Murray <681306+peter-murray@users.noreply.github.com>",
  "contributors": [
    {
      "name": "Peter Murray",
      "email": "681306+peter-murray@users.noreply.github.com"
    }
  ],
  "main": "lib/cjs/index.js",
  "module": "lib/esm/index.js",
  "types": "lib/esm/index.d.ts",
  "files": [
    "lib/"
  ],
  "scripts": {
    "prepublishOnly": "npm run build",
    "build": "tsc -p tsconfig.json && tsc -p tsconfig_esm.json",
    "test": "mocha --recursive -r ts-node/register \"src/**/*.test.ts\""
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/peter-murray/hue-bridge-model"
  },
  "bugs": {
    "url": "https://github.com/peter-murray/hue-bridge-model/issues"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/chai": "^4.2.12",
    "@types/mocha": "^8.0.3",
    "@types/node": "^14.14.6",
    "chai": "^4.2.0",
    "mocha": "^8.1.3",
    "ts-node": "^9.0.0",
    "typescript": "^4.0.2"
  },
  "engines": {
    "node": ">= 10.0.0"
  },
  "license": "Apache-2.0",
  "keywords": [
    "philips",
    "hue",
    "api",
    "living",
    "color",
    "colour",
    "automation",
    "light",
    "lighting",
    "bridge"
  ]
}