ag-charts-enterprise
Version:
Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue
89 lines (88 loc) • 2.19 kB
JSON
{
"name": "ag-charts-enterprise",
"version": "11.2.1",
"description": "Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue",
"main": "./dist/package/main.cjs.js",
"types": "./dist/types/src/main.d.ts",
"module": "./dist/package/main.esm.mjs",
"exports": {
".": {
"types": "./dist/types/src/main.d.ts",
"require": "./dist/package/main.cjs.js",
"import": "./dist/package/main.esm.mjs",
"default": "./dist/package/main.cjs.js"
}
},
"scripts": {
"lint:prune": "npx ts-prune -p tsconfig.lib.json"
},
"repository": {
"type": "git",
"url": "https://github.com/ag-grid/ag-charts.git"
},
"keywords": [
"chart",
"charts",
"graph",
"graphs",
"data",
"react",
"react-component",
"react-charts",
"react-graphs",
"angular",
"angular-component",
"angular-charts",
"angular-graphs",
"reactjs",
"vue",
"vuejs",
"enterprise-charts"
],
"author": "AG Grid <info@ag-grid.com>",
"license": "Commercial",
"bugs": {
"url": "https://github.com/ag-grid/ag-charts/issues"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie >= 0",
"not ie_mob >= 0",
"not blackberry > 0",
"not op_mini all",
"not operamobile >= 0"
],
"homepage": "https://www.ag-grid.com/charts/",
"devDependencies": {
"@babel/types": "7.12.7",
"@jest/globals": "29.6.1",
"@types/jest": "^27.4.1",
"@types/jest-image-snapshot": "^5.1.0",
"@types/pixelmatch": "^5.2.4",
"@types/pngjs": "^6.0.1",
"ag-charts-test": "11.2.1",
"canvas": "^2.10.2",
"del": "^6.0.0",
"glob": "8.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-image-snapshot": "^6.0.0",
"jest-runner": "^29.5.0",
"jest-serial-runner": "^1.2.1",
"jest-text-transformer": "^1.0.4",
"npm-run-all": "^4.1.5",
"path2d": "^0.2.0",
"pixelmatch": "^5.2.1",
"rimraf": "3.0.2",
"ts-jest": "^29.1.0",
"typescript": "^5.4.5"
},
"dependencies": {
"ag-charts-community": "11.2.1",
"ag-charts-core": "11.2.1"
},
"publishConfig": {
"access": "public"
}
}