UNPKG

@flowfuse/device-agent

Version:

An Edge Agent for running Node-RED instances deployed from the FlowFuse Platform

72 lines (71 loc) 2.38 kB
{ "name": "@flowfuse/device-agent", "version": "3.2.0", "description": "An Edge Agent for running Node-RED instances deployed from the FlowFuse Platform", "exports": { "./libraryPlugin": "./lib/plugins/libraryPlugin.js", "./auditLogger": "./lib/auditLogger/index.js", "./adminAuth": "./lib/auth/adminAuth.js" }, "main": "index.js", "repository": { "type": "git", "url": "https://github.com/FlowFuse/device-agent.git" }, "bugs": { "url": "https://github.com/FlowFuse/device-agent/issues" }, "scripts": { "start": "node index.js", "dev": "nodemon index.js", "lint": "eslint -c .eslintrc \"*.js\" \"lib/**/*.js\" \"frontend/**/*.js\" \"frontend/**/*.html\" \"test/**/*.js\"", "lint:fix": "eslint -c .eslintrc \"*.js\" \"lib/**/*.js\" \"frontend/**/*.js\" \"frontend/**/*.html\" \"test/**/*.js\" --fix", "test": "npm run test:lib && npm run test:frontend", "test:lib": "mocha 'test/unit/**/*_spec.js'", "test:frontend": "mocha 'test/unit/frontend/**/*.spec.js'" }, "bin": { "flowforge-device-agent": "./index.js", "flowfuse-device-agent": "./index.js" }, "keywords": [ "flowfuse", "node-red" ], "author": "FlowFuse Inc.", "license": "Apache-2.0", "dependencies": { "@flowfuse/nr-theme": "^1.8.0", "command-line-args": "^5.2.1", "command-line-usage": "^6.1.3", "express-session": "^1.18.0", "got": "^11.8.6", "http-proxy-agent": "^7.0.2", "https-proxy-agent": "^7.0.4", "memorystore": "^1.6.7", "mqtt": "^5.10.1", "passport": "0.6.0", "passport-oauth2": "^1.6.1", "proxy-from-env": "^1.1.0", "semver": "^7.3.8", "ws": "^8.13.0", "yaml": "^2.1.1" }, "devDependencies": { "aedes": "^0.49.0", "aedes-server-factory": "^0.2.1", "eslint": "^8.25.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-html": "^7.1.0", "eslint-plugin-no-only-tests": "^3.1.0", "eslint-plugin-node": "^11.1.0", "mocha": "^10.0.0", "proxy": "^2.1.1", "rewire": "^7.0.0", "should": "^13.2.3", "sinon": "^14.0.0" }, "engines": { "node": ">=18.x" } }