ap-popup
Version:
Flexible Angular popup/notification library
37 lines • 809 B
JSON
{
"name": "ap-popup",
"version": "1.0.3",
"description": "Flexible Angular popup/notification library",
"keywords": [
"angular",
"popup",
"notification"
],
"author": "AlexeyPupykin",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/AlexeyPupykin/ap-popup.git"
},
"peerDependencies": {
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0"
},
"exports": {
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ap-popup.mjs"
},
"./package.json": {
"default": "./package.json"
}
},
"sideEffects": false,
"module": "fesm2022/ap-popup.mjs",
"es2022": "fesm2022/ap-popup.mjs",
"fesm2022": "fesm2022/ap-popup.mjs",
"typings": "index.d.ts",
"dependencies": {
"tslib": "^2.3.0"
}
}