UNPKG

wesleytabaka-rpi-led-matrix

Version:

Fork of alexeden/rpi-led-matrix. Node.js/Typescript bindings for hzeller/rpi-rgb-led-matrix

64 lines (63 loc) 1.95 kB
{ "name": "wesleytabaka-rpi-led-matrix", "version": "1.12.0", "description": "Fork of alexeden/rpi-led-matrix. Node.js/Typescript bindings for hzeller/rpi-rgb-led-matrix", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "Wesley Tabaka", "license": "MITNFA", "engines": { "node": ">=10.0.0" }, "bugs": { "url": "https://github.com/wesleytabaka/rpi-led-matrix/issues" }, "homepage": "https://github.com/wesleytabaka/rpi-led-matrix#readme", "repository": { "type": "git", "url": "https://github.com/wesleytabaka/rpi-led-matrix.git" }, "keywords": [ "led", "matrix", "iot", "raspberry", "pi", "rpi", "n-api", "node-addon-api", "napi" ], "scripts": { "build-changes": "echo 'Source will rebuild on changes' && nodemon --config nodemon.build.json", "build": "rimraf dist && node-gyp rebuild && tsc -p src", "example": "ts-node -P examples/tsconfig.json", "lint": "tslint -c ./tslint.json --project examples && tslint -c ./tslint.json --project src", "merge-submodule-upstream": "(cd vendor && git fetch && git merge origin/master)", "prepublishOnly": "npm run lint && npm run build", "preversion": "npm run lint && npm run build", "prepare": "npm run lint && npm run build", "quick-build": "rimraf dist && node-gyp build && tsc -p src", "sync-changes": "echo 'Changes will be pushed to Raspberry Pi' && nodemon --config nodemon.sync.json" }, "dependencies": { "bindings": "^1.5.0", "node-addon-api": "^3.0.0" }, "devDependencies": { "@types/color": "^3.0.1", "@types/node": "^14.0.27", "@types/prompts": "^2.0.8", "chalk": "^4.1.0", "color": "^3.1.2", "globby": "^11.0.1", "nodemon": "^2.0.4", "ora": "^5.0.0", "prompts": "^2.3.2", "rimraf": "^3.0.2", "rsync": "^0.6.1", "ts-node": "^8.10.2", "tslint": "^6.1.3", "typescript": "^3.9.7" } }