{
  "name": "@apidaze/node-red-contrib-apidaze",
  "version": "0.0.2",
  "description": "Node-RED module for Apidaze",
  "scripts": {
    "lint": "eslint ./nodes",
    "lint:fix": "eslint ./nodes --fix",
    "format": "prettier .",
    "format:fix": "prettier --write .",
    "test": "ava",
    "test:watch": "npm test -- --watch"
  },
  "dependencies": {
    "@apidaze/node": "^0.1.0",
    "body-parser": "^1.19.0",
    "got": "^9.6.0",
    "hpagent": "^0.1.1",
    "jsonata": "^1.8.4",
    "multer": "^1.4.2",
    "nosql": "^6.1.0",
    "xml2js": "^0.4.23"
  },
  "devDependencies": {
    "ava": "^3.13.0",
    "eslint": "^7.18.0",
    "eslint-config-google": "^0.14.0",
    "eslint-config-prettier": "^7.2.0",
    "node-red": "^1.2.7",
    "node-red-node-test-helper": "^0.2.5",
    "prettier": "^2.2.1",
    "sinon": "^9.2.4"
  },
  "node-red": {
    "nodes": {
      "config": "nodes/config/config.js",
      "webhook": "nodes/webhook/webhook.js",
      "set-xml": "nodes/set-xml/set-xml.js",
      "set-data": "nodes/set-data/set-data.js",
      "api-request": "nodes/api-request/api-request.js",
      "dtmf-handler": "nodes/dtmf-handler/dtmf-handler.js",
      "xml-response": "nodes/xml-response/xml-response.js",
      "data-provider": "nodes/data-provider/data-provider.js",
      "cdr-processor": "nodes/cdr-processor/cdr-processor.js",
      "rtc-processor": "nodes/rtc-processor/rtc-processor.js",
      "call-processor": "nodes/call-processor/call-processor.js",
      "message-processor": "nodes/message-processor/message-processor.js",
      "recording-processor": "nodes/recording-processor/recording-processor.js",
      "transcription-processor": "nodes/transcription-processor/transcription-processor.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apidaze/node-red-contrib-apidaze.git"
  },
  "contributors": [
    {
      "name": "apidaze-node contributors",
      "url": "https://github.com/apidaze/apidaze-node/graphs/contributors"
    }
  ],
  "bugs": {
    "url": "https://github.com/apidaze/node-red-contrib-apidaze/issues"
  },
  "keywords": [
    "cpaas",
    "telecommunication",
    "call",
    "sms",
    "api",
    "node-red"
  ],
  "homepage": "https://github.com/apidaze/node-red-contrib-apidaze#readme",
  "ava": {
    "failfast": true,
    "files": [
      "test/**/*",
      "!test/mocks/**/*",
      "!test/helpers.js",
      "!test/macros.js"
    ],
    "verbose": true,
    "timeout": "2000"
  }
}
