chartjs-plugin-trendline
Version:
Trendline for Chart.js
31 lines (30 loc) • 819 B
JSON
{
"name": "chartjs-plugin-trendline",
"version": "3.0.1",
"description": "Trendline for Chart.js",
"main": "src/index.js",
"scripts": {
"build": "webpack --mode=production",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Makanz/chartjs-plugin-trendline.git"
},
"author": "Marcus Alsterfjord",
"license": "MIT",
"bugs": {
"url": "https://github.com/Makanz/chartjs-plugin-trendline/issues"
},
"homepage": "https://github.com/Makanz/chartjs-plugin-trendline#readme",
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.7.0",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4"
}
}