UNPKG

1.42 kBJSONView Raw
1{
2 "name": "angular-datatables",
3 "version": "18.0.0",
4 "description": "Angular directive for DataTables",
5 "keywords": [
6 "Angular",
7 "DataTables"
8 ],
9 "author": "Louis LIN <lin.louis@pm.me> (https://l-lin.github.io/)",
10 "contributors": [
11 "Michael Bennett <michael@strukt.org>",
12 "Steven Masala <me@smasalai.com>",
13 "Surya Teja K <shanmukhateja@gmail.com>"
14 ],
15 "schematics": "./schematics/src/collection.json",
16 "license": "MIT",
17 "peerDependencies": {
18 "@angular/common": "^18.0.5",
19 "@angular/core": "^18.0.5",
20 "@angular/platform-browser": "^18.0.5",
21 "datatables.net": "^2.0.3",
22 "datatables.net-dt": "^2.0.3",
23 "jquery": "^3.6.0",
24 "rxjs": "^7.4.0",
25 "zone.js": "~0.14.3"
26 },
27 "repository": {
28 "type": "git",
29 "url": "git+https://github.com/l-lin/angular-datatables.git"
30 },
31 "bugs": {
32 "url": "https://github.com/l-lin/angular-datatables/issues"
33 },
34 "homepage": "https://github.com/l-lin/angular-datatables#readme",
35 "module": "fesm2022/angular-datatables.mjs",
36 "typings": "index.d.ts",
37 "exports": {
38 "./package.json": {
39 "default": "./package.json"
40 },
41 ".": {
42 "types": "./index.d.ts",
43 "esm2022": "./esm2022/angular-datatables.mjs",
44 "esm": "./esm2022/angular-datatables.mjs",
45 "default": "./fesm2022/angular-datatables.mjs"
46 }
47 },
48 "sideEffects": false,
49 "dependencies": {
50 "tslib": "^2.3.0"
51 }
52}
\No newline at end of file