{
  "name": "@ag-grid-community/client-side-row-model",
  "version": "26.2.0",
  "description": "Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components",
  "main": "./dist/cjs/main.js",
  "module": "./dist/es6/main.js",
  "types": "./dist/cjs/main.d.ts",
  "scripts": {
    "build-cjs": "npx tsc -p tsconfig.json",
    "build-es6": "npx tsc -p tsconfig.es6.json",
    "package": "node ../../module-build/rollup/build.js",
    "build": "npm run build-cjs && npm run build-es6 && npm run hash",
    "hash": "sh ../../scripts/hashDirectory.sh > .hash"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ag-grid/ag-grid.git"
  },
  "keywords": [
    "web-components",
    "grid",
    "data",
    "table",
    "angular",
    "angular-component",
    "react",
    "react-component",
    "angularjs",
    "reactjs"
  ],
  "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 <= 10",
    "not ie_mob <= 11",
    "not blackberry > 0"
  ],
  "homepage": "http://www.ag-grid.com/",
  "dependencies": {
    "@ag-grid-community/core": "~26.2.0"
  },
  "devDependencies": {
    "typescript": "~3.6.5"
  },
  "publishConfig": {
    "access": "public"
  }
}