You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

60 lines
1.6 KiB

{
"name": "ng-extract-i18n-merge",
"version": "3.2.1",
"description": "Extract and merge i18n xliff translation files for angular projects.",
"main": "index.js",
"builders": "builders.json",
"schematics": "./schematics/collection.json",
"ng-add": {
"save": "devDependencies"
},
"ng-update": {
"migrations": "./schematics/migrations/migrations.json"
},
"scripts": {
"build": "tsc",
"test": "jest",
"test-coverage": "jest --coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/daniel-sc/ng-extract-i18n-merge.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"angular",
"i18n",
"xliff"
],
"author": "daniel-schreiber@gmx.de",
"license": "MIT",
"bugs": {
"url": "https://github.com/daniel-sc/ng-extract-i18n-merge/issues"
},
"homepage": "https://github.com/daniel-sc/ng-extract-i18n-merge#readme",
"dependencies": {
"@angular-devkit/architect": ">=0.2000.0 <0.2200.0",
"@angular-devkit/core": "^20.0.0 || ^21.0.0",
"@angular-devkit/schematics": "^20.0.0 || ^21.0.0",
"@schematics/angular": "^20.0.0 || ^21.0.0",
"xmldoc": "^1.1.3"
},
"peerDependencies": {
"@angular/build": "^20.0.0 || ^21.0.0"
},
"devDependencies": {
"@types/babel__traverse": "<=7.20.4",
"@types/jest": "^28.1.8 || ^29.0.0",
"@types/xmldoc": "^1.1.6",
"jest": "^28.0.8 || ^29.0.0",
"ts-jest": "^28.0.8 || >=29.0.0 <29.3.0",
"ts-node": ">=10.9.1",
"typescript": ">=5.8.0"
},
"engines": {
"node": ">=20.19.0"
}
}