{
  "name": "doc-red",
  "version": "1.6.2",
  "description": "A plugin for Node-RED which helps to documentate and enhance your workspace.",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/2WeltenChris/doc-red.git"
  },
  "engines": {
    "node": ">=14.0"
  },
  "node-red": {
    "version": ">=3.0.0",
    "plugins": {
      "doc-red": "src/doc-red.js"
    }
  },
  "keywords": [
    "documentation",
    "documentate",
    "doc",
    "do",
    "todo",
    "todo list",
    "node-red"
  ],
  "author": "Sebastian Meier",
  "contributors": [
    "Sebastian Meier",
    "Christian Geiger"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/2WeltenChris/doc-red/issues"
  },
  "homepage": "https://gitlab.com/2WeltenChris/doc-red#readme",
  "devDependencies": {
    "standard": "^17.1.2",
    "svelte-integration-red": "^2.13.1"
  },
  "scripts": {
    "setup": "./scripts/setup.sh",
    "dev": "node-red examples/doc.json"
  }
}
