{
  "name": "@mayvio-ui/angular",
  "version": "1.6.0",
  "description": "Angular wrappers for Mayvio UI components.",
  "scripts": {
    "build": "ng-packagr -p ng-package.json",
    "test": "vitest run"
  },
  "dependencies": {
    "mayvio-ui": "^3.6.0"
  },
  "peerDependencies": {
    "@angular/common": ">=14.0.0",
    "@angular/core": ">=14.0.0"
  },
  "devDependencies": {
    "@angular/common": "^21.0.0",
    "@angular/compiler": "^21.0.0",
    "@angular/compiler-cli": "^21.0.0",
    "@angular/core": "^21.0.0",
    "@angular/forms": "^21.0.0",
    "ng-packagr": "^21.0.0",
    "typescript": "^5.5.4"
  }
}
