{ "name": "@johanleroy/dialogue-lib", "version": "1.0.2", "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" } }