Skip to content

Commit d87f906

Browse files
committed
[name changed]
1 parent 5c5cc98 commit d87f906

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed
Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,36 @@
11
{
2-
"name": "ngx-simple-datatable",
2+
"name": "ngx-simple-datatables",
33
"version": "1.17.0",
4+
"description": "🚀 High-performance Angular Data Table Component with Virtual Scrolling, Sorting, Filtering, and Customizable Templates. Perfect for enterprise applications.",
5+
"author": "Rintu raj C",
6+
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/rinturaj/ngx-simple-datatable.git"
10+
},
11+
"keywords": [
12+
"angular",
13+
"datatable",
14+
"data-table",
15+
"grid",
16+
"table",
17+
"ngx",
18+
"virtual-scroll",
19+
"sorting",
20+
"filtering",
21+
"pagination",
22+
"angular17"
23+
],
424
"peerDependencies": {
525
"@angular/common": "^17.3.0",
626
"@angular/core": "^17.3.0"
727
},
828
"dependencies": {
929
"tslib": "^2.3.0"
1030
},
11-
"sideEffects": false
31+
"sideEffects": false,
32+
"homepage": "https://github.com/rinturaj/ngx-simple-datatable#readme",
33+
"bugs": {
34+
"url": "https://github.com/rinturaj/ngx-simple-datatable/issues"
35+
}
1236
}

0 commit comments

Comments
 (0)