https://github.com/angular/angular
Raw File
Tip revision: dd8490f384af55e11126fd98be4bf1ad91831057 authored by Jessica Janiuk on 08 February 2024, 18:13:54 UTC
release: cut the v17.1.3 release
Tip revision: dd8490f
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"
    }
  },
  "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