-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.5 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@katze/ngx-input-default-value",
"version": "8.0.7",
"author": {
"name": "Zeev Katz",
"url": "https://github.com/ZeevKatz"
},
"bugs": {
"url": "https://github.com/ZeevKatz/ngx-input-default-value/issues"
},
"description": "A decorator that set default values to your component inputs and properties",
"keywords": [
"ngx-input-default-value",
"angular-input-default-value",
"ng-input-default-value",
"input default value",
"katze",
"ng",
"ngx",
"angular"
],
"license": "MIT",
"scripts": {
"build": "ng-packagr && rm dist/katze-ngx-input-default-value.metadata.json",
"test": "jest --env=node"
},
"maintainers": [
"Zeev Katz"
],
"repository": {
"url": "https://github.com/ZeevKatz/ngx-input-default-value"
},
"jest": {
"moduleFileExtensions": [
"ts",
"js"
],
"transform": {
"\\.ts$": "ts-jest"
},
"moduleNameMapper": {
"^lodash-es$": "lodash"
},
"testRegex": "/__tests__/.*\\.(ts|js)$"
},
"devDependencies": {
"@angular/compiler": "^7.2.14",
"@angular/compiler-cli": "^7.2.14",
"@angular/core": "^7.2.14",
"@types/jest": "^22.0.1",
"@types/lodash-es": "^4.14.123",
"@types/node": "^10.1.4",
"jest": "^24.7.1",
"ng-packagr": "^5.1.0",
"rxjs": "^6.5.1",
"ts-jest": "^24.0.2",
"tsickle": "^0.33.1",
"tslib": "^1.9.3",
"typescript": "3.1.3",
"zone.js": "~0.8.26"
},
"dependencies": {
"lodash-es": "^4.17.11"
}
}