{
  "name": "apex-charts-node",
  "version": "1.1.0",
  "description": "Headless image renderer for Apex Charts",
  "main": "index.js",
  "author": "Ian Webster",
  "license": "GPL-3.0",
  "homepage": "https://quickchart.io/",
  "repository": {
    "type": "git",
    "url": "https://github.com/typpo/apex-charts-node.git"
  },
  "scripts": {
    "format": "prettier --single-quote --trailing-comma all --print-width 100 --write \"**/*.js\""
  },
  "dependencies": {
    "chrome-aws-lambda": "^7.0.0",
    "iltorb": "^2.4.5",
    "puppeteer-core": "^7.1.0",
    "relaxed-json": "^1.0.3"
  },
  "devDependencies": {
    "@arkweid/lefthook": "^0.6.3",
    "express": "^4.17.1",
    "prettier": "^1.18.2"
  }
}
