{
  "name": "lucidchart-converter",
  "version": "1.0.1",
  "description": "Node wrapper for Lucidchart API, with JSON conversion",
  "main": "index.js",
  "scripts": {
    "test": "node index.js"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "node-fetch": "^2.3.0",
    "xml2js": "^0.4.19"
  }
}
