UNPKG

nanoleaf-client-multi

Version:

Client library for Nanoleaf smart home devices

44 lines (43 loc) 1.23 kB
{ "name": "nanoleaf-client-multi", "description": "Client library for Nanoleaf smart home devices", "version": "3.0.1", "keywords": [ "nanoleaf", "nanoleaf client", "aurora client", "nanoleaf aurora" ], "license": "MIT", "author": "Samuel Goodell <sam@mangane.se> (https://samuelgoodell.com)", "homepage": "https://gitlab.com/manganese/home/nanoleaf-client-multi", "bugs": { "url": "https://gitlab.com/manganese/home/nanoleaf-client-multi/-/issues" }, "repository": { "type": "git", "url": "https://gitlab.com/manganese/home/nanoleaf-client-multi.git" }, "engines": { "node": "^18.17.0 || ^20 || ^22" }, "scripts": { "clean": "rm -rf dist public node_modules package-lock.json", "build": "webpack", "build:development": "NODE_ENV=development webpack", "build:production": "NODE_ENV=production webpack" }, "main": "dist/index.js", "dependencies": { "axios": "^0.19.2", "color-convert": "^2.0.1", "eventsource": "^1.0.7" }, "devDependencies": { "@babel/core": "^7.23.6", "@babel/preset-env": "^7.23.6", "babel-loader": "^9.1.3", "babel-plugin-transform-default-import": "^1.0.0", "webpack-cli": "^5.1.4" } }