{
  "name": "node-red-contrib-dnspod",
  "version": "1.0.9",
  "description": "node red node for dnspod",
  "main": "test.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "node-red",
    "dnspod"
  ],
  "node-red": {
    "nodes": {
      "dnspod": "dnspod.js"
    }
  },
  "bugs": {
    "url": "https://github.com/smarthomefans/smarthomefans-nodes/issues"
  },
  "author": "yaming116",
  "license": "MIT",
  "dependencies": {
    "axios": ">=0.21.2",
    "qs": "^6.9.4"
  },
  "devDependencies": {
    "babel-eslint": "^10.0.1",
    "eslint": "^5.16.0",
    "eslint-utils": "^1.4.2",
    "eslint-config-vue": "^2.0.2",
    "eslint-plugin-vue": "^5.2.2"
  }
}
