https://github.com/angular/angular
Raw File
Tip revision: f14875114b22d18d46ba40bbc064701c06e6e0b7 authored by Dylan Hunn on 06 April 2023, 02:49:20 UTC
release: cut the v16.0.0-next.7 release
Tip revision: f148751
package.json
{
  "name": "@angular/core",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - the core framework",
  "author": "angular",
  "license": "MIT",
  "engines": {
    "node": "^16.13.0 || >=18.10.0"
  },
  "exports": {
    "./schematics/*": {
      "default": "./schematics/*.js"
    }
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "peerDependencies": {
    "rxjs": "^6.5.3 || ^7.4.0",
    "zone.js": "~0.13.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