{
  "name": "node-red-contrib-sepa",
  "version": "0.4.1",
  "description": "Node-RED nodes to create SEPA payment files",
  "node-red": {
    "version": ">=2.0.0",
    "nodes": {
      "sepa-sct": "nodes/sepa-sct.js",
      "sepa-sdd": "nodes/sepa-sdd.js"
    }
  },
  "scripts": {
    "test": "mocha \"test/**/*_spec.js\""
  },
  "license": "MIT",
  "keywords": [
    "SEPA",
    "payments",
    "node-red"
  ],
  "author": {
    "name": "Michael Hallmann",
    "email": "halli@gmx.de",
    "url": "https://github.com/halli77"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/halli77/node-red-contrib-sepa.git"
  },
  "dependencies": {
    "xmlbuilder": "^15.1.1"
  },
  "devDependencies": {
    "mocha": "^9.1.3",
    "node-red": "^2.0.0",
    "node-red-node-test-helper": "^0.2.7",
    "request": "^2.88.2",
    "should": "^13.2.3"
  }
}
