mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
See associated pull request for more information.
(cherry picked from commit e169b2da2e)
PR Close #51996
19 lines
482 B
JSON
19 lines
482 B
JSON
{
|
|
"name": "typings",
|
|
"version": "1.0.0",
|
|
"description": "typing test package to test zone.js.d.ts",
|
|
"scripts": {
|
|
"test": "tsc -p ."
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "^16.11.7",
|
|
"domino": "https://github.com/angular/domino.git#f2435fe1f9f7c91ade0bd472c4723e5eacd7d19a",
|
|
"zone.js": "file:../../../../dist/bin/packages/zone.js/npm_package"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "5.2.2"
|
|
}
|
|
}
|