UNPKG

node-red-contrib-wled3

Version:
62 lines (61 loc) 1.67 kB
{ "name": "node-red-contrib-wled3", "version": "2.5.1", "description": "NodeRed node for WLED control (modified)", "keywords": [ "node-red", "wled", "segments" ], "node-red": { "nodes": { "wled2": "dist/wled2.js" } }, "main": "dist/wled2.js", "files": [ "dist/**/*.js", "dist/icons/*", "dist/*.html", "dist/defaults/*.json" ], "scripts": { "copy:html": "copyfiles -f src/wled2.html dist", "copy:icons": "copyfiles icons/* dist", "copy:resources": "npm run copy:html && npm run copy:icons", "build": "tsc && npm run copy:resources", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "prepare": "npm run build", "version": "npm run format && git add -A src" }, "repository": { "type": "git", "url": "git+https://github.com/marc-gist/node-red-contrib-wled2.git" }, "author": "Neil Enns", "license": "MIT", "bugs": { "url": "https://github.com/marc-gist/node-red-contrib-wled2/Issues" }, "homepage": "https://github.com/marc-gist/node-red-contrib-wled2#readme", "dependencies": { "lint": "^0.7.0", "mdns-server": "^1.0.9", "node-fetch": "^2.6.1" }, "devDependencies": { "@types/express": "^4.17.6", "@types/node": "^13.13.12", "@types/node-fetch": "^2.5.7", "@types/node-red": "^0.20.1", "@typescript-eslint/eslint-plugin": "^3.5.0", "@typescript-eslint/parser": "^3.5.0", "copyfiles": "^2.3.0", "eslint": "^7.4.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-notice": "^0.9.10", "markdownlint-cli": "^0.21.0", "prettier": "^1.19.1", "typescript": "^3.9.6" } }