-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@ngsm/i18n",
"version": "0.1.1",
"private": false,
"dependencies": {
"@angular/common": "^9.1.0",
"@angular/compiler": "^9.1.4",
"@angular/core": "~9.1.0",
"@angular/platform-browser": "^9.1.4",
"@angular/platform-browser-dynamic": "~9.1.0",
"@angular/router": "^9.1.4",
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^4.0.0",
"rxjs": "~6.5.4",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.901.0",
"@angular-devkit/build-ng-packagr": "~0.901.0",
"@angular/cli": "~9.1.0",
"@angular/compiler-cli": "~9.1.0",
"@types/jest": "25.1.4",
"@nrwl/jest": "9.2.3",
"ng-packagr": "^9.0.0",
"tsickle": "^0.38.1",
"jest": "25.2.4",
"jest-preset-angular": "8.1.3"
},
"scripts": {
"build": "ng build",
"test": "ng test",
"bump": "npm --no-git-tag-version version patch",
"release": "yarn build && cd dist/i18n && npm publish --access public"
},
"keywords": [
"Angular",
"JavaScript",
"RxJs",
"TypeScript",
"i18n",
"translate",
"ngx-translate"
]
}