{
  "name": "@handsontable-dc/angular",
  "version": "9.0.9",
  "description": "Best Data Grid for Angular with Spreadsheet Look and Feel.",
  "author": "Handsoncode <hello@handsoncode.net> (https://handsoncode.net)",
  "license": "SEE LICENSE IN LICENSE.txt",
  "homepage": "https://handsontable.com",
  "keywords": [
    "handsontable",
    "component",
    "data",
    "table",
    "grid",
    "data table",
    "data grid",
    "spreadsheet",
    "sheet",
    "excel",
    "angular",
    "angular component",
    "angular grid",
    "wrapper",
    "pro",
    "enterprise",
    "sort",
    "formulas",
    "filter",
    "search",
    "conditional formatting",
    "csv"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/handsontable/handsontable.git"
  },
  "bugs": {
    "url": "https://github.com/handsontable/handsontable/issues"
  },
  "exports": {
    ".": "./dist/hot-table/bundles/handsontable-dc-angular.umd.js"
  },
  "scripts": {
    "ng": "ng",
    "start": "ng serve",
    "clean": "rimraf dist",
    "prebuild": "npm run clean && node scripts/pre-build.js",
    "build": "ng build hot-table",
    "postbuild": "node scripts/post-build.js && cd ../.. && node --experimental-json-modules ./scripts/swap-package-links.mjs @handsontable-dc/angular",
    "pretest": "npm run lint && npm run build",
    "test": "ng test hot-table",
    "lint": "ng lint hot-table",
    "e2e": "ng e2e",
    "publish-package": "cd dist/hot-table && npm publish",
    "release": "npm run test && npm run publish"
  },
  "peerDependencies": {
    "handsontable-dc": "^9.0.9"
  },
  "dependencies": {
    "@angular/animations": "^9.0.0",
    "@angular/common": "^9.0.0",
    "@angular/compiler": "^9.0.0",
    "@angular/core": "^9.0.0",
    "@angular/forms": "^9.0.0",
    "@angular/platform-browser": "^9.0.0",
    "@angular/platform-browser-dynamic": "^9.0.0",
    "@angular/router": "^9.0.0",
    "core-js": "^2.5.4",
    "handsontable-dc": "^9.0.9",
    "hyperformula-dc": "^1.1.3",
    "install": "^0.13.0",
    "npm": "^7.24.0",
    "rxjs": "~6.5.2",
    "zone.js": "~0.10.3"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "~0.901.13",
    "@angular-devkit/build-ng-packagr": "~0.901.13",
    "@angular/cli": "^9.0.0",
    "@angular/compiler-cli": "^9.0.0",
    "@angular/language-service": "^9.0.0",
    "@types/jasmine": "~3.3.9",
    "@types/jasminewd2": "~2.0.3",
    "@types/node": "^11.9.6",
    "codelyzer": "^5.0.1",
    "jasmine-core": "~3.5.0",
    "jasmine-spec-reporter": "~4.2.1",
    "karma": "^6.3.2",
    "karma-chrome-launcher": "~2.2.0",
    "karma-coverage-istanbul-reporter": "~2.0.1",
    "karma-jasmine": "~2.0.1",
    "karma-jasmine-html-reporter": "~1.5.0",
    "ng-packagr": "^9.0.0",
    "npm-registry-fetch": "4.0.5",
    "protractor": "^7.0.0",
    "ts-node": "~9.0.0",
    "tsickle": "~0.38.0",
    "tslib": "^1.9.0",
    "tslint": "~5.13.0",
    "typescript": "3.8.2"
  }
}
