UNPKG

ng-extract-i18n-merge

Version:

Extract and merge i18n xliff translation files for angular projects.

61 lines (60 loc) 1.63 kB
{ "name": "ng-extract-i18n-merge", "version": "3.0.0", "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", "@angular-devkit/core": "^20.0.0", "@angular-devkit/schematics": "^20.0.0", "@schematics/angular": "^20.0.0", "xmldoc": "^1.1.3" }, "peerDependencies": { "@angular/build": "^20.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" } }