diff --git a/packages/a/ag-charts-community.json b/packages/a/ag-charts-community.json new file mode 100644 index 000000000..d88d123ad --- /dev/null +++ b/packages/a/ag-charts-community.json @@ -0,0 +1,40 @@ +{ + "name": "ag-charts-community", + "filename": "ag-charts-community.js", + "description": "Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue", + "repository": { + "type": "git", + "url": "https://github.com/ag-charts/ag-charts" + }, + "keywords": [ + "ag", + "ag-charts", + "ag-charts-community", + "datacharts", + "data-charts", + "charts", + "react", + "angular", + "angular-component", + "react-component", + "angularjs", + "reactjs" + ], + "license": "MIT", + "homepage": "http://www.ag-charts.com/charts", + "autoupdate": { + "source": "npm", + "target": "ag-charts-community", + "fileMap": [ + { + "basePath": "dist/umd", + "files": [ + "*.js" + ] + } + ] + }, + "optimization": { + "js": false + } +}