-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 4.04 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 4.04 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "EventBridge",
"version": "0.2.13",
"author": "hackolade",
"engines": {
"hackolade": "4.3.15",
"hackoladePlugin": "1.0.0"
},
"contributes": {
"target": {
"applicationTarget": "EventBridge",
"title": "EventBridge Schema Reg",
"versions": []
},
"features": {
"nestedCollections": {
"level": 1
},
"disableMultipleTypes": false,
"enableReverseEngineering": {
"jsonDocument": {
"entities": false,
"model_definitions": true
},
"jsonSchema": {
"entities": false,
"model_definitions": true
},
"ddl": {
"entities": false,
"model_definitions": true
},
"xsd": {
"entities": false,
"model_definitions": true
},
"powerDesigner": false,
"mermaid": false,
"plugin": true
},
"disableDenormalization": true,
"enableForwardEngineering": {
"jsonDocument": true,
"jsonSchema": true,
"plugin": true
},
"disablePatternField": false,
"disableChoices": {
"anyOf": false,
"oneOf": false,
"not": false
},
"enableJsonType": false,
"disableNamingConvention": {
"entityLevel": true,
"containerLevel": true,
"fieldLevel": {
"componentObject": true,
"operationObject": true,
"extensions": true,
"media": true
}
},
"disableChildren": {
"entityLevel": true
},
"disableDefinitions": {
"internal": true
},
"disableRelationships": false,
"relationships": {
"definitionRelationships": true
},
"disableJsonPreview": false,
"enableErdToggle": true,
"enableStackedNestedCollections": true,
"externalDefinitionsFromTargetSchema": true,
"apiTarget": true,
"openModelDefinitionsTabIfNoCollections": true,
"erdDefinitions": {
"enabled": true,
"propertyNames": [
"schemas"
]
}
}
},
"description": "Hackolade plugin for AWS EventBridge Schema Registry",
"disabled": false,
"dependencies": {
"@apidevtools/swagger-parser": "10.0.3",
"@aws-sdk/client-schemas": "3.1011.0",
"@hackolade/fetch": "1.1.0",
"comment-json": "4.1.0",
"js-yaml": "4.1.1",
"lodash.get": "4.4.2",
"lodash.isplainobject": "4.0.6",
"lodash.partial": "4.2.1",
"node-uuid": "1.4.7",
"xml2js": "0.6.2"
},
"simple-git-hooks": {
"pre-commit": "npm run package && npx lint-staged --config lint-staged.config.js",
"pre-push": "npm run lint"
},
"scripts": {
"lint": "oxlint . || true",
"package": "node esbuild.package.js",
"postinstall": "npx simple-git-hooks",
"lint:check": "oxlint --type-aware --type-check . || true",
"format": "prettier --write ."
},
"devDependencies": {
"@hackolade/hck-esbuild-plugins-pack": "0.0.1",
"esbuild": "0.27.3",
"esbuild-node-externals": "1.20.1",
"esbuild-plugin-clean": "1.0.1",
"lint-staged": "16.2.7",
"prettier": "3.8.1",
"simple-git-hooks": "2.13.1",
"oxlint": "1.38.0",
"oxlint-tsgolint": "0.10.1",
"@ianvs/prettier-plugin-sort-imports": "4.7.1"
},
"overrides": {
"minimatch": "10.2.4",
"fast-xml-parser": "5.5.7"
}
}