Skip to content

Commit 8557ad5

Browse files
reformat package.json
1 parent 93eeee0 commit 8557ad5

File tree

1 file changed

+127
-127
lines changed

1 file changed

+127
-127
lines changed

package.json

+127-127
Original file line numberDiff line numberDiff line change
@@ -1,130 +1,130 @@
11
{
2-
"name": "GraphQL",
3-
"version": "0.2.3",
4-
"author": "hackolade",
5-
"engines": {
6-
"hackolade": "8.0.0",
7-
"hackoladePlugin": "1.0.0",
8-
"node": ">=20.18.0"
9-
},
10-
"contributes": {
11-
"target": {
12-
"applicationTarget": "GraphQL",
13-
"title": "GraphQL",
14-
"versions": []
15-
},
16-
"features": {
17-
"disableMultipleTypes": true,
18-
"enableReverseEngineering": {
19-
"jsonDocument": {
20-
"entities": false,
21-
"model_definitions": false
22-
},
23-
"jsonSchema": {
24-
"entities": false,
25-
"model_definitions": false
26-
},
27-
"ddl": {
28-
"entities": false,
29-
"model_definitions": false
30-
},
31-
"xsd": {
32-
"entities": false,
33-
"model_definitions": false
34-
},
35-
"excel": false,
36-
"plugin": true,
37-
"uploadPowerDesignerFile": false
38-
},
39-
"disableDenormalization": true,
40-
"enableForwardEngineering": {
41-
"jsonDocument": false,
42-
"jsonSchema": false,
43-
"plugin": true,
44-
"excel": false,
45-
"apiSchema": false
46-
},
47-
"disableCollibraDataDictionary": true,
48-
"disablePatternField": true,
49-
"disableChoices": true,
50-
"enableJsonType": false,
51-
"disableNamingConvention": {
52-
"entityLevel": true,
53-
"containerLevel": true,
54-
"fieldLevel": {
55-
"type": true,
56-
"operationObject": true,
57-
"extensions": true,
58-
"media": true
59-
}
60-
},
61-
"disableDefinitions": {
62-
"internal": true,
63-
"external": true
64-
},
65-
"disableRelationships": false,
66-
"relationships": {
67-
"definitionRelationships": true
68-
},
69-
"disableJsonPreview": false,
70-
"enableErdToggle": true,
71-
"externalDefinitionsFromTargetSchema": true,
72-
"apiTarget": true,
73-
"FEScriptCommentsSupported": true,
74-
"displayOptions": {
75-
"hideNonNullableAttributes": true
76-
},
77-
"openModelDefinitionsTabIfNoCollections": true,
78-
"erdDefinitions": {
79-
"enabled": true,
80-
"propertyNames": [
81-
"schemas"
82-
]
83-
},
84-
"definitionSources": {
85-
"multipleSources": true
86-
},
87-
"disablePickFromFieldList": true,
88-
"hideDisabledAttributeTypes": true,
89-
"showReferenceDefinitionNameInsteadOfType": true,
90-
"disableReplaceByAttributes": true,
91-
"polyglot": {
92-
"disableDeriveFromPolyglotModel": true,
93-
"disableConvertToPolyglotModel": true
94-
}
95-
}
96-
},
97-
"description": "Hackolade plugin for GraphQL",
98-
"disabled": false,
99-
"dependencies": {
2+
"name": "GraphQL",
3+
"version": "0.2.3",
4+
"author": "hackolade",
5+
"engines": {
6+
"hackolade": "8.0.0",
7+
"hackoladePlugin": "1.0.0",
8+
"node": ">=20.18.0"
9+
},
10+
"contributes": {
11+
"target": {
12+
"applicationTarget": "GraphQL",
13+
"title": "GraphQL",
14+
"versions": []
15+
},
16+
"features": {
17+
"disableMultipleTypes": true,
18+
"enableReverseEngineering": {
19+
"jsonDocument": {
20+
"entities": false,
21+
"model_definitions": false
22+
},
23+
"jsonSchema": {
24+
"entities": false,
25+
"model_definitions": false
26+
},
27+
"ddl": {
28+
"entities": false,
29+
"model_definitions": false
30+
},
31+
"xsd": {
32+
"entities": false,
33+
"model_definitions": false
34+
},
35+
"excel": false,
36+
"plugin": true,
37+
"uploadPowerDesignerFile": false
38+
},
39+
"disableDenormalization": true,
40+
"enableForwardEngineering": {
41+
"jsonDocument": false,
42+
"jsonSchema": false,
43+
"plugin": true,
44+
"excel": false,
45+
"apiSchema": false
46+
},
47+
"disableCollibraDataDictionary": true,
48+
"disablePatternField": true,
49+
"disableChoices": true,
50+
"enableJsonType": false,
51+
"disableNamingConvention": {
52+
"entityLevel": true,
53+
"containerLevel": true,
54+
"fieldLevel": {
55+
"type": true,
56+
"operationObject": true,
57+
"extensions": true,
58+
"media": true
59+
}
60+
},
61+
"disableDefinitions": {
62+
"internal": true,
63+
"external": true
64+
},
65+
"disableRelationships": false,
66+
"relationships": {
67+
"definitionRelationships": true
68+
},
69+
"disableJsonPreview": false,
70+
"enableErdToggle": true,
71+
"externalDefinitionsFromTargetSchema": true,
72+
"apiTarget": true,
73+
"FEScriptCommentsSupported": true,
74+
"displayOptions": {
75+
"hideNonNullableAttributes": true
76+
},
77+
"openModelDefinitionsTabIfNoCollections": true,
78+
"erdDefinitions": {
79+
"enabled": true,
80+
"propertyNames": [
81+
"schemas"
82+
]
83+
},
84+
"definitionSources": {
85+
"multipleSources": true
86+
},
87+
"disablePickFromFieldList": true,
88+
"hideDisabledAttributeTypes": true,
89+
"showReferenceDefinitionNameInsteadOfType": true,
90+
"disableReplaceByAttributes": true,
91+
"polyglot": {
92+
"disableDeriveFromPolyglotModel": true,
93+
"disableConvertToPolyglotModel": true
94+
}
95+
}
96+
},
97+
"description": "Hackolade plugin for GraphQL",
98+
"disabled": false,
99+
"dependencies": {
100100
"@hackolade/fetch": "1.1.1",
101-
"graphql": "16.10.0"
102-
},
103-
"lint-staged": {
104-
"*.{js,json}": "prettier --write"
105-
},
106-
"simple-git-hooks": {
107-
"pre-commit": "npx lint-staged",
108-
"pre-push": "npx eslint . && npm run test:unit"
109-
},
110-
"scripts": {
111-
"lint": "eslint . --max-warnings=0",
112-
"test:unit": "node --experimental-test-module-mocks --test-reporter dot --test ./test",
113-
"package": "node esbuild.package.js",
114-
"postinstall": "npx simple-git-hooks"
115-
},
116-
"devDependencies": {
117-
"@hackolade/hck-esbuild-plugins-pack": "0.0.1",
118-
"esbuild": "0.25.0",
119-
"esbuild-plugin-clean": "1.0.1",
120-
"eslint": "9.20.1",
121-
"eslint-config-prettier": "10.0.1",
122-
"eslint-plugin-import": "2.31.0",
123-
"eslint-plugin-prettier": "5.2.3",
124-
"eslint-plugin-unused-imports": "4.1.4",
125-
"globals": "15.15.0",
126-
"lint-staged": "15.4.3",
127-
"prettier": "3.5.0",
128-
"simple-git-hooks": "2.11.1"
129-
}
101+
"graphql": "16.10.0"
102+
},
103+
"lint-staged": {
104+
"*.{js,json}": "prettier --write"
105+
},
106+
"simple-git-hooks": {
107+
"pre-commit": "npx lint-staged",
108+
"pre-push": "npx eslint . && npm run test:unit"
109+
},
110+
"scripts": {
111+
"lint": "eslint . --max-warnings=0",
112+
"test:unit": "node --experimental-test-module-mocks --test-reporter dot --test ./test",
113+
"package": "node esbuild.package.js",
114+
"postinstall": "npx simple-git-hooks"
115+
},
116+
"devDependencies": {
117+
"@hackolade/hck-esbuild-plugins-pack": "0.0.1",
118+
"esbuild": "0.25.0",
119+
"esbuild-plugin-clean": "1.0.1",
120+
"eslint": "9.20.1",
121+
"eslint-config-prettier": "10.0.1",
122+
"eslint-plugin-import": "2.31.0",
123+
"eslint-plugin-prettier": "5.2.3",
124+
"eslint-plugin-unused-imports": "4.1.4",
125+
"globals": "15.15.0",
126+
"lint-staged": "15.4.3",
127+
"prettier": "3.5.0",
128+
"simple-git-hooks": "2.11.1"
129+
}
130130
}

0 commit comments

Comments
 (0)