1 | {
|
2 | "name": "abp-ng2-module",
|
3 | "version": "11.0.0",
|
4 | "keywords": [
|
5 | "angular",
|
6 | "aspnetboilerplate"
|
7 | ],
|
8 | "author": {
|
9 | "name": "Halil İbrahim Kalkan",
|
10 | "email": "hi_kalkan@yahoo.com"
|
11 | },
|
12 | "license": "MIT",
|
13 | "repository": {
|
14 | "type": "git",
|
15 | "url": "https://github.com/aspnetboilerplate/abp-ng2-module"
|
16 | },
|
17 | "bugs": {
|
18 | "url": "https://github.com/aspnetboilerplate/abp-ng2-module/issues"
|
19 | },
|
20 | "peerDependencies": {
|
21 | "@angular/common": "^18.1.1",
|
22 | "@angular/core": "^18.1.1"
|
23 | },
|
24 | "dependencies": {
|
25 | "tslib": "^2.6.3"
|
26 | },
|
27 | "module": "fesm2022/abp-ng2-module.mjs",
|
28 | "typings": "index.d.ts",
|
29 | "exports": {
|
30 | "./package.json": {
|
31 | "default": "./package.json"
|
32 | },
|
33 | ".": {
|
34 | "types": "./index.d.ts",
|
35 | "esm2022": "./esm2022/abp-ng2-module.mjs",
|
36 | "esm": "./esm2022/abp-ng2-module.mjs",
|
37 | "default": "./fesm2022/abp-ng2-module.mjs"
|
38 | }
|
39 | },
|
40 | "sideEffects": false
|
41 | } |
\ | No newline at end of file |