{
  "name": "chartjs-to-image",
  "version": "1.2.1",
  "description": "Convert Chart.js to image",
  "main": "index.js",
  "repository": "https://github.com/typpo/chartjs-to-image",
  "author": "Ian Webster",
  "license": "MIT",
  "scripts": {
    "test": "jest",
    "format": "prettier --single-quote --trailing-comma all --print-width 100 --write \"**/*.js\""
  },
  "dependencies": {
    "axios": "^0.24.0",
    "javascript-stringify": "^2.1.0"
  },
  "devDependencies": {
    "jest": "^27.4.3",
    "prettier": "^2.0.5"
  }
}
