UNPKG

xled-js

Version:

Library to control Twinkly LED lights

36 lines 736 B
{ "name": "xled-js", "version": "2.0.3", "type": "module", "description": "Library to control Twinkly LED lights", "homepage": "https://foomoon.github.io/xled-js/", "main": "dist/index.js", "scripts": { "docs": "npx typedoc ./src", "build": "tsc", "watch": "tsc --watch", "test": "node ./examples/movie_upload.js" }, "files": [ "dist/**/*" ], "keywords": [ "xled", "x-led", "twinkly", "lights", "led", "control" ], "author": "commonstone@gmail.com", "repository": "github:foomoon/xled-js", "license": "MIT", "devDependencies": { "@types/node": "^18.13.0", "typedoc": "^0.24.6" }, "dependencies": { "axios": "^1.5.0", "delay": "^5.0.0" } }