{
  "name": "angular-datatables",
  "version": "16.0.1",
  "description": "Angular directive for DataTables",
  "scripts": {
    "build": "npm run clean && npm run compile && npm run bundles && npm run schematics:build",
    "clean": "rimraf -f index.{d.ts,js,js.map,metadata.json} src/*.{d.ts,js,map,metadata.json} bundles schematics/**/*.{d.ts,js,map}",
    "compile": "ngc -p tsconfig-build.json",
    "compile:tsc": "tsc -p tsconfig.json",
    "bundles": "npm run rollup && npm run rollup:min",
    "schematics:build": "tsc -p schematics/tsconfig.json",
    "rollup": "rollup -c rollup.conf.js",
    "rollup:min": "rollup -c rollup-uglify.conf.js",
    "version": "npm run build && git add -A",
    "postversion": "git push && git push --tags"
  },
  "keywords": [
    "Angular",
    "DataTables"
  ],
  "author": "Louis LIN <lin.louis@pm.me> (https://l-lin.github.io/)",
  "contributors": [
    "Michael Bennett <michael@strukt.org>",
    "Steven Masala <me@smasalai.com>",
    "Surya Teja K <shanmukhateja@gmail.com>"
  ],
  "schematics": "./schematics/src/collection.json",
  "main": "bundles/angular-datatables.umd.js",
  "module": "index.js",
  "typings": "index.d.ts",
  "license": "MIT",
  "peerDependencies": {},
  "devDependencies": {
    "@angular/animations": "^16.1.2",
    "@angular/common": "^16.1.2",
    "@angular/compiler": "^16.1.2",
    "@angular/core": "^16.1.2",
    "@angular/forms": "^16.1.2",
    "@angular/platform-browser": "^16.1.2",
    "@angular/platform-browser-dynamic": "^16.1.2",
    "@angular/router": "^16.1.2",
    "@types/marked": "^4.0.8",
    "@angular-devkit/core": "^16.1.1",
    "@angular-devkit/schematics": "^16.1.1",
    "@angular/cli": "^16.1.1",
    "@angular/compiler-cli": "^16.1.1",
    "@types/datatables.net": "~1.10.21",
    "@types/jasmine": "~3.10.2",
    "@types/jquery": "~3.5.8",
    "@types/node": "~16.11.7",
    "canonical-path": "1.0.0",
    "core-js": "^3.19.1",
    "datatables.net": "^1.11.3",
    "jasmine-core": "~3.10.1",
    "jquery": "^3.6.0",
    "karma": "~6.3.16",
    "karma-chrome-launcher": "~3.1.0",
    "karma-cli": "~2.0.0",
    "karma-htmlfile-reporter": "^0.3.8",
    "karma-jasmine": "~4.0.1",
    "protractor": "~7.0.0",
    "rimraf": "~3.0.2",
    "rollup": "~2.60.0",
    "rollup-plugin-uglify": "^6.0.4",
    "rxjs": "^7.4.0",
    "typescript": "5.1.3",
    "zone.js": "^0.13.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/l-lin/angular-datatables.git"
  },
  "bugs": {
    "url": "https://github.com/l-lin/angular-datatables/issues"
  },
  "homepage": "https://github.com/l-lin/angular-datatables#readme",
  "dependencies": {}
}
