{
  "name": "ag-grid-enterprise-free",
  "version": "20.2.0",
  "description": "ag-Grid Enterprise Features",
  "main": "main.js",
  "types": "main.d.ts",
  "scripts": {
    "test": "jest",
    "testWithCoverage": "jest --coverage",
    "watchWebpack": "webpack --watch",
    "build": "npm run lint && gulp release",
    "lint": "tsc -p tsconfig-lint.json && tslint --project tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ag-grid/ag-grid.git"
  },
  "keywords": [
    "grid",
    "data",
    "table",
    "enterprise-free"
  ],
  "author": "Niall Crosby <niall.crosby@ag-grid.com>",
  "license": "Commercial",
  "bugs": {
    "url": "https://github.com/ag-grid/ag-grid/issues"
  },
  "homepage": "http://www.ag-grid.com/",
  "devDependencies": {
    "@types/jest": "^23.3.10",
    "ag-grid-community": "^20.2.0",
    "css-loader": "^1.0.1",
    "gulp": "^3.9.1",
    "gulp-clean": "^0.4.0",
    "gulp-header": "^2.0.5",
    "gulp-rename": "^1.4.0",
    "gulp-replace": "^1.0.0",
    "gulp-tslint": "^8.1.3",
    "gulp-typescript": "^5.0.0-alpha.3",
    "jest": "^23.6.0",
    "merge2": "^1.2.3",
    "style-loader": "^0.23.0",
    "ts-jest": "^23.10.5",
    "tslint": "^5.11.0",
    "typescript": "~3.3.1",
    "webpack": "^4.26.1",
    "webpack-stream": "^5.1.1"
  },
  "peerDependencies": {
    "ag-grid-community": "^20.2.0"
  }
}