UNPKG

ws2801-alexa

Version:

An alexa connector for the WS2801-Pi module.

39 lines (38 loc) 913 B
{ "name": "ws2801-alexa", "version": "1.0.2", "description": "An alexa connector for the WS2801-Pi module.", "main": "dist/index.js", "scripts": { "build": "rm -rf dist && tsc", "lint": "tslint --project .", "start": "node dist/run.js", "start:dev": "npm run build && npm start" }, "repository": { "type": "git", "url": "git+https://github.com/SteffenKn/ws2801-alexa.git" }, "keywords": [ "ws2801", "alexa", "pi" ], "author": "Steffen Knaup", "license": "MIT", "bugs": { "url": "https://github.com/SteffenKn/ws2801-alexa/issues" }, "homepage": "https://github.com/SteffenKn/ws2801-alexa#readme", "dependencies": { "sinricpro": "2.2.6", "ws2801-pi": "1.2.0" }, "devDependencies": { "@types/node": "14.14.22", "@types/ws": "7.4.0", "tslint": "6.1.3", "tslint-eslint-rules": "5.4.0", "typescript": "4.1.3" } }