mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
50c7e132b5
Use zone from npm for integration tests PR Close #61947
18 lines
534 B
JSON
18 lines
534 B
JSON
{
|
|
"name": "terser",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/compiler": "file:../../dist/packages-dist/compiler",
|
|
"@angular/compiler-cli": "file:../../dist/packages-dist/compiler-cli",
|
|
"@angular/core": "file:../../dist/packages-dist/core",
|
|
"rxjs": "file:../../node_modules/rxjs",
|
|
"terser": "file:../../node_modules/terser",
|
|
"typescript": "file:../../node_modules/typescript",
|
|
"zone.js": "file:../../node_modules/zone.js"
|
|
}
|
|
}
|