1 | {
|
2 | "name": "ngx-infinite-scroll",
|
3 | "version": "18.0.0",
|
4 | "repository": {
|
5 | "type": "git",
|
6 | "url": "https://github.com/orizens/ngx-infinite-scroll"
|
7 | },
|
8 | "license": "MIT",
|
9 | "bugs": {
|
10 | "url": "https://github.com/orizens/ngx-infinite-scroll/issues"
|
11 | },
|
12 | "homepage": "https://github.com/orizens/ngx-infinite-scroll",
|
13 | "peerDependencies": {
|
14 | "@angular/common": ">=18.0.0 <19.0.0",
|
15 | "@angular/core": ">=18.0.0 <19.0.0"
|
16 | },
|
17 | "dependencies": {
|
18 | "tslib": "^2.3.0"
|
19 | },
|
20 | "collective": {
|
21 | "type": "opencollective",
|
22 | "url": "https://opencollective.com/ngx-infinite-scroll",
|
23 | "logo": "https://opencollective.com/ngx-infinite-scroll/logo.txt"
|
24 | },
|
25 | "module": "fesm2022/ngx-infinite-scroll.mjs",
|
26 | "typings": "index.d.ts",
|
27 | "exports": {
|
28 | "./package.json": {
|
29 | "default": "./package.json"
|
30 | },
|
31 | ".": {
|
32 | "types": "./index.d.ts",
|
33 | "esm2022": "./esm2022/ngx-infinite-scroll.mjs",
|
34 | "esm": "./esm2022/ngx-infinite-scroll.mjs",
|
35 | "default": "./fesm2022/ngx-infinite-scroll.mjs"
|
36 | }
|
37 | },
|
38 | "sideEffects": false
|
39 | } |
\ | No newline at end of file |