https://github.com/angular/angular
Raw File
Tip revision: dd0722fd1fa6f6fa4ea92370b2b4d6845edb49fa authored by Dylan Hunn on 05 October 2021, 00:22:05 UTC
release: cut the v13.0.0-next.11 release (#43707)
Tip revision: dd0722f
package.json
{
  "name": "@angular/core",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - the core framework",
  "author": "angular",
  "license": "MIT",
  "engines": {
    "node": "^12.14.1 || >=14.0.0"
  },
  "exports": {
    "./schematics/*": {
      "default": "./schematics/*.js"
    }
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "peerDependencies": {
    "rxjs": "^6.5.3 || ^7.0.0",
    "zone.js": "~0.11.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.git",
    "directory": "packages/core"
  },
  "ng-update": {
    "migrations": "./schematics/migrations.json",
    "packageGroup": "NG_UPDATE_PACKAGE_GROUP"
  },
  "sideEffects": false
}
back to top