{
  "name": "@bacnet-js/device",
  "version": "0.8.0",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "docs": "typedoc --excludeInternal --out ./docs src/index.ts",
    "clean": "rm -rf ./dist",
    "build": "npm run clean && tsc -p .",
    "hooks": "cog install-hook --all",
    "test": "echo \"see TESTING.md\""
  },
  "author": "Jacopo Scazzosi <jacopo@scazzosi.com>",
  "license": "MIT",
  "description": "A TypeScript library for implementing BACnet IP devices in Node.js.",
  "devDependencies": {
    "@types/debug": "^4.1.13",
    "@types/node": "^25.6.0",
    "typedoc": "^0.28.19",
    "typescript": "^6.0.3"
  },
  "dependencies": {
    "@bacnet-js/client": "^3.3.2",
    "debug": "^4.4.3",
    "fastq": "^1.20.1"
  },
  "homepage": "https://github.com/bacnet-js/device",
  "bugs": "https://github.com/bacnet-js/device/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/bacnet-js/device.git"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "!dist/examples/**/*",
    "!dist/tests/**/*",
    "CONFORMANCE.md"
  ],
  "keywords": [
    "bacnet",
    "device",
    "ashrae",
    "object",
    "property"
  ]
}
