{
  "name": "node-red-contrib-keyvalue-r2",
  "version": "1.2.2",
  "description": "Node-RED nodes for reading and writing key-value pairs in a JSON file.",
  "author": {
    "name": "Ricky Vaughn 2",
    "email": "rickyvaughn2@gmail.com"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "license": "GPL-3.0",
  "keywords": [
    "node-red",
    "keyvalue",
    "json",
    "R2"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/RickyVaughn2/node-red-contrib-keyvalue-r2.git"
  },
  "dependencies": {},
  "node-red": {
    "nodes": {
      "keyvalue-read": "nodes/keyvalue-read-r2.js",
      "keyvalue-write": "nodes/keyvalue-write-r2.js"
    },
    "version": ">=2.0.0"
  },
  "engines": {
    "node": ">=12.0.0"
  }
}
