Files
boc/landvex-report-system/node_modules/chartjs-to-image/package.json
T

27 lines
623 B
JSON
Raw Normal View History

{
"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"
}
}
}