36 lines
981 B
JSON
36 lines
981 B
JSON
|
{
|
||
|
"name": "ngx-translate-po-http-loader",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Load po files for use with ngx-translate",
|
||
|
"main": "dist/index.js",
|
||
|
"typings": "dist/index.d.ts",
|
||
|
"scripts": {
|
||
|
"build": "npm run clean && tsc",
|
||
|
"watch": "npm run clean && tsc --watch",
|
||
|
"clean": "rm -rf ./dist",
|
||
|
"lint": "tslint --force '*.ts'"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/unistack-org/ngx-translate-po-http-loader"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "Vasiliy Tolstov <v.tolstov@unistack.org>",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/unistack-org/ngx-translate-po-http-loader/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/unistack-org/ngx-translate-po-http-loader",
|
||
|
"engines": {
|
||
|
"node": ">=4.1.1"
|
||
|
},
|
||
|
"config": {},
|
||
|
"devDependencies": {
|
||
|
"@angular/common": "^13.3.4",
|
||
|
"@ngx-translate/core": "^14.0.0",
|
||
|
"@types/node": "^17.0.25",
|
||
|
"tslint": "^6.1.3",
|
||
|
"typescript": "^4.1.5"
|
||
|
}
|
||
|
}
|