41 lines
1000 B
JSON
41 lines
1000 B
JSON
{
|
|
"name": "@angular/localize",
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
"description": "Angular - library for localizing messages",
|
|
"bin": {
|
|
"localize-translate": "./src/tools/src/translate/main.js",
|
|
"localize-extract": "./src/tools/src/extract/main.js",
|
|
"localize-migrate": "./src/tools/src/migrate/main.js"
|
|
},
|
|
"author": "angular",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.14.1 || >=14.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular.git"
|
|
},
|
|
"schematics": "./schematics/collection.json",
|
|
"ng-update": {
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
|
},
|
|
"ng-add": {
|
|
"save": "devDependencies"
|
|
},
|
|
"sideEffects": [
|
|
"**/init/index.js",
|
|
"**/init.js",
|
|
"**/localize-init.umd.js"
|
|
],
|
|
"dependencies": {
|
|
"@babel/core": "7.8.3",
|
|
"glob": "7.1.7",
|
|
"yargs": "^17.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/compiler": "0.0.0-PLACEHOLDER",
|
|
"@angular/compiler-cli": "0.0.0-PLACEHOLDER"
|
|
}
|
|
}
|