chart-data-grouper
Version:
A utility to group, sum, average and transform data into Chart.js format with nested and date support.
53 lines (52 loc) • 1.17 kB
JSON
{
"name": "chart-data-grouper",
"version": "1.0.7",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/minhajsordar/chart-data-grouper.git"
},
"bugs": {
"url": "https://github.com/minhajsordar/chart-data-grouper/issues"
},
"homepage": "https://github.com/minhajsordar/chart-data-grouper#readme",
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
"watch": "tsc -w",
"test": "jest",
"test:watch": "jest --watch",
"prepare": "husky"
},
"lint-staged": {
"*.ts": [
"npm test",
"npm run build"
]
},
"files": [
"dist"
],
"description": "A utility to group, sum, average and transform data into Chart.js format with nested and date support.",
"keywords": [
"chartjs",
"group",
"aggregate",
"sum",
"count",
"average",
"data",
"visualization"
],
"author": "minhajsordar",
"license": "MIT",
"devDependencies": {
"@types/jest": "^30.0.0",
"husky": "^9.1.7",
"jest": "^30.0.3",
"lint-staged": "^16.1.2",
"ts-jest": "^29.4.0",
"typescript": "^5.4.0"
}
}