@rfprodz/client-d3-charts
Version:
Angular chart components based on D3JS (https://d3js.org).
44 lines • 1.09 kB
JSON
{
"name": "@rfprodz/client-d3-charts",
"version": "1.5.6",
"description": "Angular chart components based on D3JS (https://d3js.org).",
"keywords": [
"angular-charts",
"angular-charts-module",
"angular-chart-components",
"angular-components",
"angular-d3-charts",
"d3-charts"
],
"homepage": "https://github.com/rfprod/nx-ng-starter",
"bugs": {
"url": "https://github.com/rfprod/nx-ng-starter/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/rfprod/nx-ng-starter"
},
"license": "MIT",
"author": "rfprod <zoidenmacht@zoho.com>",
"dependencies": {
"tslib": "2.8.1"
},
"peerDependencies": {
"@angular/common": "19.1.5",
"@angular/core": "19.1.5",
"@types/d3": "7.4.3",
"d3": "7.9.0"
},
"module": "fesm2022/rfprodz-client-d3-charts.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/rfprodz-client-d3-charts.mjs"
}
},
"sideEffects": false
}