14 lines
288 B
JSON
14 lines
288 B
JSON
|
{
|
||
|
"name": "@angular/compiler",
|
||
|
"version": "$$ANGULAR_VERSION$$",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"jsnext:main": "esm/index.js",
|
||
|
"typings": "index.d.ts",
|
||
|
"author": "angular",
|
||
|
"license": "MIT",
|
||
|
"peerDependencies": {
|
||
|
"@angular/core": "$$ANGULAR_VERSION$$"
|
||
|
}
|
||
|
}
|