mirror of
https://github.com/JohanLeroy/dialogue-lib.git
synced 2026-01-29 02:34:45 +00:00
21 lines
506 B
JSON
21 lines
506 B
JSON
{
|
|
"name": "dialogue-lib",
|
|
"version": "1.0.0",
|
|
"description": "Système de dialogue Angular standalone avec alertes personnalisables",
|
|
"author": "Johan Leroy",
|
|
"license": "MIT",
|
|
"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"
|
|
}
|
|
}
|