UNPKG

node-red-contrib-frigate-events

Version:
54 lines (53 loc) 1.64 kB
{ "name": "node-red-contrib-frigate-events", "version": "0.1.3", "description": "Nodes to simplify building automations with Frigate events", "keywords": [ "node-red", "frigate" ], "scripts": { "test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'src/**/*.spec.ts'", "build": "npm test && tsc", "watch": "tsc --watch" }, "node-red": { "version": ">=2.0.0", "nodes": { "frigate-zone-transition": "build/nodes/zone-transition.js" } }, "repository": { "type": "git", "url": "git+https://github.com/akmolina28/node-red-contrib-frigate-events.git" }, "author": "Andrew Molina", "license": "MIT", "bugs": { "url": "https://github.com/akmolina28/node-red-contrib-frigate-events/issues" }, "homepage": "https://github.com/akmolina28/node-red-contrib-frigate-events#readme", "devDependencies": { "@types/chai": "^4.3.4", "@types/mocha": "^10.0.1", "@types/node-red": "^1.3.0", "@types/node-red-node-test-helper": "^0.2.2", "@types/should": "^13.0.0", "@typescript-eslint/eslint-plugin": "^5.57.0", "chai": "^4.3.7", "eslint": "^8.37.0", "eslint-config-standard-with-typescript": "^34.0.1", "eslint-plugin-import": "^2.27.5", "eslint-plugin-n": "^15.7.0", "eslint-plugin-promise": "^6.1.1", "mocha": "^10.2.0", "node-red": "^3.0.2", "node-red-node-test-helper": "^0.3.0", "should": "^13.2.3", "source-map-support": "^0.5.21", "ts-node": "^10.9.1", "typescript": "^5.0.3", "@typescript-eslint/parser": "^5.57.0", "prettier": "^2.8.7" } }