{
  "name": "@debenben/node-poweredup",
  "version": "9.0.13",
  "description": "A Javascript module to interface with LEGO Powered Up components.",
  "homepage": "https://github.com/debenben/node-poweredup/",
  "main": "dist/node/index-node.js",
  "types": "dist/node/index-node.d.ts",
  "scripts": {
    "build:node": "tsc",
    "build:browser": "webpack --mode=production",
    "build:all": "npm run build:node && npm run build:browser",
    "lint": "tslint -c tslint.json \"./src/**/*.ts\"",
    "build": "npm run lint && npm run build:all",
    "docs": "jsdoc -c .jsdoc.json",
    "all": "npm run build && npm run docs",
    "prepublishOnly": "npm run lint && npm run build:node"
  },
  "author": "Nathan Kellenicki <nathan@kellenicki.com>",
  "license": "MIT",
  "dependencies": {
    "@abandonware/noble": "1.9.2-26",
    "compare-versions": "^6.1.0",
    "debug": "^4.3.4"
  },
  "devDependencies": {
    "@types/debug": "^4.1.12",
    "@types/node": "^24.0.0",
    "@types/web-bluetooth": "0.0.21",
    "buffer": "^6.0.3",
    "jsdoc": "^4.0.2",
    "jsdoc-to-markdown": "^9.0.0",
    "ts-loader": "^9.5.1",
    "tslint": "^6.1.3",
    "typescript": "^5.4.5",
    "webpack": "^5.101.0",
    "webpack-cli": "^6.0.0"
  }
}
