{
  "name": "chartjs-to-image",
  "version": "1.2.2",
  "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": "^1.6.0",
    "javascript-stringify": "^2.1.0"
  },
  "devDependencies": {
    "jest": "^27.4.3",
    "prettier": "^2.0.5"
  },
  "jest": {
    "moduleNameMapper": {
      "axios": "axios/dist/node/axios.cjs"
    }
  }
}
