{
  "name": "samsung-hvac",
  "version": "1.0.5",
  "description": "Samsung HVAC protocol library",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "./node_modules/mocha/bin/_mocha test",
    "build": "tsc -p ./tsconfig.json",
    "watch": "node_modules/.bin/tsc -w -p ./tsconfig.json"
  },
  "keywords": [
    "Samsung",
    "HVAC",
    "home",
    "automation",
    "RS-485"
  ],
  "author": "Guy Bridge",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^17.0.41",
    "@types/yargs": "^17.0.10",
    "mocha": "^10.0.0",
    "typescript": "^4.7.3"
  },
  "dependencies": {
    "serialport": "^10.4.0",
    "yargs": "^17.5.1"
  }
}
