{
  "name": "@angular/animations",
  "version": "21.2.7",
  "description": "Angular - animations integration with web-animations",
  "author": "angular",
  "license": "MIT",
  "engines": {
    "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "peerDependencies": {
    "@angular/core": "21.2.7"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.git",
    "directory": "packages/animations"
  },
  "ng-update": {
    "packageGroup": [
      "@angular/core",
      "@angular/bazel",
      "@angular/common",
      "@angular/compiler",
      "@angular/compiler-cli",
      "@angular/animations",
      "@angular/elements",
      "@angular/platform-browser",
      "@angular/platform-browser-dynamic",
      "@angular/forms",
      "@angular/platform-server",
      "@angular/upgrade",
      "@angular/router",
      "@angular/language-service",
      "@angular/localize",
      "@angular/service-worker"
    ]
  },
  "sideEffects": false,
  "module": "./fesm2022/animations.mjs",
  "typings": "./types/animations.d.ts",
  "type": "module",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/animations.d.ts",
      "default": "./fesm2022/animations.mjs"
    },
    "./browser": {
      "types": "./types/browser.d.ts",
      "default": "./fesm2022/browser.mjs"
    },
    "./browser/testing": {
      "types": "./types/browser-testing.d.ts",
      "default": "./fesm2022/browser-testing.mjs"
    }
  }
}