{
  "name": "xled2",
  "version": "1.3.0",
  "description": "Library to control Twinkly LED lights",
  "homepage": "https://github.com/aeroniemi/xled#readme",
  "main": "dist/index.js",
  "scripts": {
    "docs": "npx typedoc",
    "build": "tsc",
    "watch": "tsc --watch",
    "test": "exit 0"
  },
  "files": [
    "dist/**/*"
  ],
  "keywords": [
    "xled",
    "x-led",
    "twinkly",
    "lights",
    "led",
    "control"
  ],
  "author": "Lexi Beavil (https://github.com/aeroniemi)",
  "repository": "github:aeroniemi/xled-js",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^18.13.0",
    "typedoc": "^0.23.25"
  },
  "dependencies": {
    "axios": "^1.3.2",
    "delay": "^5.0.0"
  }
}