{
  "name": "@bea.steers/node-red-contrib-nuclio",
  "version": "0.0.5",
  "description": "Deploy Nuclio functions from Node-RED",
  "main": "lib/nuclio.js",
  "scripts": {},
  "node-red": {
    "nodes": {
      "nuclio": "lib/nuclio.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/beasteers/node-red-contrib-nuclio.git"
  },
  "keywords": [
    "node-red",
    "nuclio",
    "function",
    "enpoint",
    "python",
    "remote",
    "horizontal",
    "scalable",
    "replicas",
    "http",
    "api",
    "request",
    "application",
    "cpu",
    "multicore",
    "cluster"
  ],
  "author": "beasteers",
  "license": "MIT",
  "homepage": "https://github.com/beasteers/node-red-contrib-nuclio",
  "devDependencies": {
    "node-red": "^3.1.3"
  },
  "dependencies": {
    "axios": "^1.6.1",
    "js-yaml": "^4.1.0",
    "lodash": "^4.17.21"
  }
}
