{
  "name": "node-poweredup",
  "version": "10.1.0",
  "description": "A Javascript module to interface with LEGO Powered Up components.",
  "homepage": "https://github.com/nathankellenicki/node-poweredup/",
  "type": "module",
  "main": "dist/index-node.js",
  "types": "dist/index-node.d.ts",
  "scripts": {
    "build": "tsc -b",
    "clean": "rimraf dist",
    "docs": "typedoc",
    "prepare": "npm run build",
    "prepublishOnly": "npm run build"
  },
  "author": "Nathan Kellenicki <nathan@kellenicki.com>",
  "license": "MIT",
  "dependencies": {
    "@stoprocent/noble": "^2.3.10",
    "compare-versions": "^6.1.1",
    "debug": "^4.4.3"
  },
  "devDependencies": {
    "@types/debug": "^4.1.12",
    "@types/node": "^25.0.0",
    "@types/web-bluetooth": "^0.0.21",
    "rimraf": "^6.1.2",
    "ts-node": "^10.9.2",
    "typedoc": "^0.28.15",
    "typescript": "^5.9.3"
  }
}
