UNPKG

ngx-i18nsupport-lib

Version:

A Typescript library to work with Angular generated i18n files (xliff, xmb)

59 lines (58 loc) 1.7 kB
{ "name": "ngx-i18nsupport-lib", "version": "1.10.2", "description": "A Typescript library to work with Angular generated i18n files (xliff, xmb)", "main": "bundles/ngx-i18nsupport-lib.umd.js", "module": "./dist/index.js", "typings": "./ngx-i18nsupport-lib.d.ts", "es2015": "./src", "engines": { "node": ">=6.9" }, "scripts": { "build": "tsc -p ./tsconfig.json && webpack", "pretest": "npm run build", "test": "./node_modules/.bin/jasmine-node dist", "precover": "npm run build", "cover": "./node_modules/.bin/istanbul cover --root dist --include-all-sources ./node_modules/jasmine-node/bin/jasmine-node -- dist", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/martinroob/ngx-i18nsupport-lib.git" }, "keywords": [ "i18n", "tooling", "angular", "xliff", "xmb" ], "author": "Martin Roob <martinroob65@gmail.com> (www.roobsoft.de)", "license": "MIT", "bugs": { "url": "https://github.com/martinroob/ngx-i18nsupport-lib/issues" }, "homepage": "https://github.com/martinroob/ngx-i18nsupport-lib#readme", "devDependencies": { "@types/jasmine": "^2.5.43", "@types/node": "^9.4.0", "awesome-typescript-loader": "^5.0.0", "clean-webpack-plugin": "^0.1.16", "codelyzer": "^4.1.0", "coveralls": "^3.0.0", "cpx": "^1.5.0", "istanbul": "0.4.5", "jasmine-node": "^1.14.5", "tslint": "^5.0.0", "tslint-loader": "^3.5.2", "typescript": "^2.8.3", "webpack": "^4.6.0", "webpack-cli": "^2.0.15" }, "dependencies": { "@types/xmldom": "^0.1.29", "tokenizr": "^1.3.4", "xmldom": "^0.1.27" } }