UNPKG

pistreamerfix

Version:

NodeJS module that allows streaming the raspberry pi fix

49 lines (48 loc) 1.26 kB
{ "name": "pistreamerfix", "version": "1.0.1", "description": "NodeJS module that allows streaming the raspberry pi fix", "main": "./lib/dist/index.js", "types": "./lib/dist/index.d.ts", "scripts": { "test": "echo \"There isn't any test to run for now.\"", "example": "tsc && cd ./example && npm i && node example", "build": "tsc", "preversion": "npm test", "version": "npm run build", "postversion": "git push && git push --tags" }, "author": "tkeske", "license": "ISC", "dependencies": { "lodash.merge": "^4.6.2", "stream-split": "^1.1.0", "winston": "^3.3.3", "ws": "^7.4.3" }, "devDependencies": { "tslint": "^6.1.3", "typescript": "^4.1.3", "@types/lodash.merge": "^4.6.6", "@types/ws": "^7.4.0" }, "directories": { "doc": "doc", "example": "example", "lib": "lib" }, "repository": { "type": "git", "url": "git+https://github.com/TomasKeske/pistreamerfix.git" }, "keywords": [ "rasberrypi", "typescript", "streaming", "camera" ], "bugs": { "url": "https://github.com/TomasKeske/pistreamerfix/issues" }, "homepage": "https://github.com/TomasKeske/pistreamerfix#readme" }