fledge 0.4.0

Corvid-themed project scaffolding CLI — get your projects ready to fly.
{
  "name": "{{ project_name }}",
  "version": "0.1.0",
  "description": "{{ description }}",
  "scripts": {
    "start": "ng serve",
    "build": "ng build",
    "test": "ng test --no-watch --code-coverage",
    "lint": "bunx biome check src/"
  },
  "private": true,
  "dependencies": {
    "@angular/animations": "^19.0.0",
    "@angular/common": "^19.0.0",
    "@angular/compiler": "^19.0.0",
    "@angular/core": "^19.0.0",
    "@angular/forms": "^19.0.0",
    "@angular/platform-browser": "^19.0.0",
    "@angular/platform-browser-dynamic": "^19.0.0",
    "@angular/router": "^19.0.0",
    "rxjs": "~7.8.0",
    "tslib": "^2.6.0",
    "zone.js": "~0.15.0"
  },
  "devDependencies": {
    "@angular/build": "^19.0.0",
    "@angular/cli": "^19.0.0",
    "@angular/compiler-cli": "^19.0.0",
    "@biomejs/biome": "latest",
    "typescript": "~5.6.0"
  }
}