https://github.com/angular/angular
Raw File
Tip revision: 011cc06411b6c9fc22e68c45f5572312b4dc02cd authored by Pawel Kozlowski on 17 April 2024, 15:52:44 UTC
release: cut the v18.0.0-next.5 release
Tip revision: 011cc06
package.json
{
  "name": "@angular/core",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - the core framework",
  "author": "angular",
  "license": "MIT",
  "engines": {
    "node": "^18.13.0 || >=20.9.0"
  },
  "exports": {
    "./schematics/*": {
      "default": "./schematics/*.js"
    },
    "./event-dispatch-contract.min.js": {
      "default": "./event-dispatch-contract.min.js"
    }
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "peerDependencies": {
    "rxjs": "^6.5.3 || ^7.4.0",
    "zone.js": "~0.14.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.git",
    "directory": "packages/core"
  },
  "ng-update": {
    "migrations": "./schematics/migrations.json",
    "packageGroup": "NG_UPDATE_PACKAGE_GROUP"
  },
  "schematics": "./schematics/collection.json",
  "sideEffects": false
}
back to top