chartjs-node-canvas
Version:
A node renderer for Chart.js using canvas.
58 lines (57 loc) • 1.73 kB
JSON
{
"name": "chartjs-node-canvas",
"version": "2.3.0",
"description": "A node renderer for Chart.js using canvas.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "mocha dist/**/*.spec.js",
"debug-test": "node --inspect-brk=33295 --nolazy node_modules/mocha/bin/_mocha dist/**/*.spec.js",
"watch-build": "tsc --watch",
"watch-test": "mocha --watch dist/**/*.spec.js",
"release": "release-it",
"build-and-release": "npm run-script build && npm run-script docs && npm run-script release",
"docs": "jsdoc2md dist/index.js > API.md"
},
"bugs": {
"url": "https://github.com/SeanSobey/ChartjsNodeCanvas/issues",
"email": "sean.m.sobey@gmail.com"
},
"author": {
"name": "Sean Sobey",
"email": "sean.m.sobey@gmail.com"
},
"homepage": "https://github.com/SeanSobey/ChartjsNodeCanvas",
"repository": {
"type": "git",
"url": "https://github.com/SeanSobey/ChartjsNodeCanvas.git"
},
"readme": "README.md",
"license": "MIT",
"dependencies": {
"canvas": "^2.4.1"
},
"peerDependencies": {
"chart.js": "^2.7.3"
},
"devDependencies": {
"@types/chart.js": "^2.7.51",
"@types/mocha": "^5.2.6",
"@types/node": "^11.13.4",
"@types/node-memwatch": "^1.0.0",
"chart.js": "^2.8.0",
"chartjs-plugin-annotation": "^0.5.7",
"chartjs-plugin-datalabels": "^0.6.0",
"jsdoc-to-markdown": "^4.0.1",
"mocha": "^6.1.3",
"node-memwatch": "^1.0.1",
"release-it": "^10.4.2",
"source-map-support": "^0.5.12",
"tslint": "^5.15.0",
"tslint-divid": "^1.3.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-immutable": "^5.5.2",
"typescript": "^3.4.3"
}
}