mirror of
https://github.com/JohanLeroy/dialogue-lib.git
synced 2026-01-27 17:57:29 +00:00
26 lines
693 B
JSON
26 lines
693 B
JSON
{
|
|
"name": "@johanleroy/dialogue-lib",
|
|
"version": "1.0.0",
|
|
"description": "Système de dialogue Angular standalone avec alertes personnalisables",
|
|
"author": "Johan Leroy",
|
|
"license": "MIT",
|
|
"keywords": ["angular", "dialogue", "alert", "confirm", "standalone"],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/JohanLeroy/dialogue-lib.git"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/compiler-cli": "^20.0.0",
|
|
"ng-packagr": "next",
|
|
"typescript": "~5.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/core": "^20.0.0",
|
|
"@angular/common": "^20.0.0",
|
|
"@angular/animations": "^20.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "ng-packagr -p ng-package.json"
|
|
}
|
|
}
|