UNPKG

ag-charts-community

Version:

Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue

70 lines 1.91 kB
{ "name": "ag-charts-community", "version": "5.0.0", "description": "Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue", "main": "./dist/cjs/es5/main.js", "module": "./dist/esm/es5/main.js", "types": "./dist/cjs/es5/main.d.ts", "scripts": { "jest": "jest", "build-cjs": "npx tsc -p tsconfig.cjs.es5.json && npx tsc -p tsconfig.cjs.es6.json", "build-esm": "npx tsc -p tsconfig.esm.es5.json && npx tsc -p tsconfig.esm.es6.json", "package": "node ../../module-build/rollup/build.js --bundlePrefix ag-charts-community --umdModuleName agCharts", "build": "npm run build-cjs && npm run build-esm && npm run hash", "watch": "npx tsc -p tsconfig.json --watch", "hash": "sh ../../scripts/hashDirectory.sh > .hash" }, "repository": { "type": "git", "url": "https://github.com/ag-grid/ag-grid.git" }, "keywords": [ "chart", "charts", "data", "angular", "angular-component", "react", "react-component", "reactjs", "vue", "vuejs" ], "author": "Sean Landsman <sean@thelandsmans.com>", "license": "MIT", "bugs": { "url": "https://github.com/ag-grid/ag-grid/issues" }, "browserslist": [ "> 1%", "last 2 versions", "not ie >= 0", "not ie_mob >= 0", "not blackberry > 0", "not op_mini all", "not operamobile >= 0" ], "homepage": "http://www.ag-grid.com/", "jest": { "setupFiles": [ "jest-canvas-mock" ], "testEnvironment": "node" }, "devDependencies": { "@babel/types": "7.12.7", "@types/jest": "^25.2.1", "jest-canvas-mock": "2.3.1", "canvas": "2.8.0", "eslint": "^6.8.0", "eslint-plugin-compat": "^3.5.1", "eslint-plugin-ie11": "^1.0.0", "jest": "^25.4.0", "raf": "3.4.1", "ts-jest": "^25.4.0", "typescript": "~3.7.7" }, "publishConfig": { "access": "public" } }