generator-ehrcraft-script 2.1.0 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +85 -86
package/package.json
CHANGED
|
@@ -1,86 +1,85 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "generator-ehrcraft-script",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"description": "A code generator for DIPS Forms typescript",
|
|
5
|
-
"homepage": "https://dev.azure.com/dips/DIPS%20Configured%20Products/_git/generator-ehrcraft-script",
|
|
6
|
-
"author": {
|
|
7
|
-
"name": "Bjørn Næss",
|
|
8
|
-
"email": "bna@dips.no",
|
|
9
|
-
"url": "https://dev.azure.com/dips/DIPS%20Configured%20Products/_git/generator-ehrcraft-script"
|
|
10
|
-
},
|
|
11
|
-
"files": [
|
|
12
|
-
"generators"
|
|
13
|
-
],
|
|
14
|
-
"main": "generators/index.js",
|
|
15
|
-
"keywords": [
|
|
16
|
-
"",
|
|
17
|
-
"yeoman-generator"
|
|
18
|
-
],
|
|
19
|
-
"devDependencies": {
|
|
20
|
-
"@types/chai": "^4.3.4",
|
|
21
|
-
"@types/mocha": "^10.0.1",
|
|
22
|
-
"chai": "^4.3.7",
|
|
23
|
-
"coveralls": "^3.1.1",
|
|
24
|
-
"ehrcraft-form-api": "^2.3.4",
|
|
25
|
-
"eslint": "^8.31.0",
|
|
26
|
-
"eslint-config-prettier": "^8.6.0",
|
|
27
|
-
"eslint-plugin-prettier": "^4.2.1",
|
|
28
|
-
"husky": "^
|
|
29
|
-
"jest": "^29.3.1",
|
|
30
|
-
"lint-staged": "^
|
|
31
|
-
"mocha": "^10.2.0",
|
|
32
|
-
"prettier": "^2.8.2",
|
|
33
|
-
"ts-mockito": "^2.6.1",
|
|
34
|
-
"yeoman-assert": "^3.1.1",
|
|
35
|
-
"yeoman-test": "^
|
|
36
|
-
},
|
|
37
|
-
"engines": {
|
|
38
|
-
"npm": ">= 4.0.0"
|
|
39
|
-
},
|
|
40
|
-
"dependencies": {
|
|
41
|
-
"chalk": "^4.1.2",
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
"
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
"
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
"
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
"
|
|
81
|
-
|
|
82
|
-
"
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "generator-ehrcraft-script",
|
|
3
|
+
"version": "2.2.0",
|
|
4
|
+
"description": "A code generator for DIPS Forms typescript",
|
|
5
|
+
"homepage": "https://dev.azure.com/dips/DIPS%20Configured%20Products/_git/generator-ehrcraft-script",
|
|
6
|
+
"author": {
|
|
7
|
+
"name": "Bjørn Næss",
|
|
8
|
+
"email": "bna@dips.no",
|
|
9
|
+
"url": "https://dev.azure.com/dips/DIPS%20Configured%20Products/_git/generator-ehrcraft-script"
|
|
10
|
+
},
|
|
11
|
+
"files": [
|
|
12
|
+
"generators"
|
|
13
|
+
],
|
|
14
|
+
"main": "generators/index.js",
|
|
15
|
+
"keywords": [
|
|
16
|
+
"",
|
|
17
|
+
"yeoman-generator"
|
|
18
|
+
],
|
|
19
|
+
"devDependencies": {
|
|
20
|
+
"@types/chai": "^4.3.4",
|
|
21
|
+
"@types/mocha": "^10.0.1",
|
|
22
|
+
"chai": "^4.3.7",
|
|
23
|
+
"coveralls": "^3.1.1",
|
|
24
|
+
"ehrcraft-form-api": "^2.3.4",
|
|
25
|
+
"eslint": "^8.31.0",
|
|
26
|
+
"eslint-config-prettier": "^8.6.0",
|
|
27
|
+
"eslint-plugin-prettier": "^4.2.1",
|
|
28
|
+
"husky": "^9.1.0",
|
|
29
|
+
"jest": "^29.3.1",
|
|
30
|
+
"lint-staged": "^15.2.0",
|
|
31
|
+
"mocha": "^10.2.0",
|
|
32
|
+
"prettier": "^2.8.2",
|
|
33
|
+
"ts-mockito": "^2.6.1",
|
|
34
|
+
"yeoman-assert": "^3.1.1",
|
|
35
|
+
"yeoman-test": "^9.2.0"
|
|
36
|
+
},
|
|
37
|
+
"engines": {
|
|
38
|
+
"npm": ">= 4.0.0"
|
|
39
|
+
},
|
|
40
|
+
"dependencies": {
|
|
41
|
+
"chalk": "^4.1.2",
|
|
42
|
+
"lodash": "^4.17.21",
|
|
43
|
+
"yeoman-generator": "^7.3.2",
|
|
44
|
+
"yosay": "^3.0.0"
|
|
45
|
+
},
|
|
46
|
+
"jest": {
|
|
47
|
+
"testEnvironment": "node"
|
|
48
|
+
},
|
|
49
|
+
"lint-staged": {
|
|
50
|
+
"*.js": [
|
|
51
|
+
"eslint --fix",
|
|
52
|
+
"git add"
|
|
53
|
+
],
|
|
54
|
+
"*.json": [
|
|
55
|
+
"prettier --write",
|
|
56
|
+
"git add"
|
|
57
|
+
]
|
|
58
|
+
},
|
|
59
|
+
"husky": {
|
|
60
|
+
"hooks": {
|
|
61
|
+
"pre-commit": "lint-staged"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"eslintConfig": {
|
|
65
|
+
"extends": [
|
|
66
|
+
"eslint:recommended"
|
|
67
|
+
],
|
|
68
|
+
"env": {
|
|
69
|
+
"jest": true,
|
|
70
|
+
"node": true
|
|
71
|
+
},
|
|
72
|
+
"rules": {
|
|
73
|
+
"prettier/prettier": "error"
|
|
74
|
+
},
|
|
75
|
+
"plugins": [
|
|
76
|
+
"prettier"
|
|
77
|
+
]
|
|
78
|
+
},
|
|
79
|
+
"repository": "ehrforce/generator-ehrcraft-script",
|
|
80
|
+
"license": "MIT",
|
|
81
|
+
"scripts": {
|
|
82
|
+
"pretest": "eslint .",
|
|
83
|
+
"test": "jest"
|
|
84
|
+
}
|
|
85
|
+
}
|