-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
120 lines (120 loc) · 4.16 KB
/
package.json
File metadata and controls
120 lines (120 loc) · 4.16 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
{
"name": "Snowflake",
"version": "0.2.45",
"author": "hackolade",
"engines": {
"hackolade": "7.7.10",
"hackoladePlugin": "1.2.0"
},
"contributes": {
"target": {
"applicationTarget": "Snowflake",
"title": "Snowflake",
"versions": []
},
"features": {
"views": {
"enabled": true,
"viewLevel": "model",
"disablePipelines": true,
"includeViews": true
},
"nestedCollections": false,
"disablePatternField": true,
"enableForwardEngineering": {
"jsonDocument": true,
"jsonSchema": true,
"excel": true,
"plugin": true,
"dbt": true
},
"forwardEngineering": {
"jsonSchema": {
"keepParentType": {
"integer": "integer"
}
}
},
"enableReverseEngineering": true,
"disableChoices": true,
"enableJsonType": true,
"reverseSchemaIntoOneColumn": true,
"disableDenormalization": true,
"enableComplexTypesNormalization": true,
"generateAssociativeEntitiesForManyToManyRelationships": true,
"relationships": {
"compositeRelationships": {
"allowRelationshipsByProperties": [
"primaryKey",
"unique",
"compositeUniqueKey",
"compositePrimaryKey"
]
}
},
"FEScriptCommentsSupported": true,
"disableJsonDataMaxLength": true,
"discoverRelationships": true,
"enableKeysMultipleAbrr": true
}
},
"description": "Hackolade plugin for Snowflake",
"disabled": false,
"dependencies": {
"@hackolade/fetch": "1.3.0",
"async": "3.2.6",
"bson": "4.6.1",
"lodash": "4.17.23",
"snowflake-sdk": "2.3.3",
"uuid": "7.0.3"
},
"simple-git-hooks": {
"pre-commit": "npm run package && npx lint-staged --config lint-staged.config.js",
"pre-push": "npm run lint"
},
"scripts": {
"install": "npx patch-package",
"lint": "oxlint . || true",
"package": "node esbuild.package.js",
"lint:check": "oxlint --type-aware --type-check . || true",
"format": "prettier --write ."
},
"devDependencies": {
"@hackolade/hck-esbuild-plugins-pack": "0.0.1",
"@ianvs/prettier-plugin-sort-imports": "4.7.1",
"esbuild": "0.27.3",
"esbuild-node-externals": "1.20.1",
"esbuild-plugin-clean": "1.0.1",
"esbuild-plugin-copy": "2.1.1",
"lint-staged": "16.2.7",
"oxlint": "1.38.0",
"oxlint-tsgolint": "0.10.1",
"prettier": "3.8.1",
"simple-git-hooks": "2.13.1"
},
"overrides": {
"fast-xml-parser": "5.3.8",
"minimatch": "10.2.4",
"@aws-sdk/xml-builder": "3.972.10",
"@aws-sdk/core": "3.973.18",
"@aws-sdk/client-s3": "3.1004.0",
"@aws-sdk/client-sts": "3.1004.0",
"@aws-sdk/client-sso": "3.1004.0",
"@aws-sdk/credential-provider-node": "3.972.18",
"@aws-sdk/credential-provider-env": "3.972.16",
"@aws-sdk/credential-provider-http": "3.972.18",
"@aws-sdk/credential-provider-ini": "3.972.17",
"@aws-sdk/credential-provider-login": "3.972.17",
"@aws-sdk/credential-provider-process": "3.972.16",
"@aws-sdk/credential-provider-sso": "3.972.17",
"@aws-sdk/credential-provider-web-identity": "3.972.17",
"@aws-sdk/middleware-flexible-checksums": "3.973.4",
"@aws-sdk/middleware-sdk-s3": "3.972.18",
"@aws-sdk/middleware-user-agent": "3.972.19",
"@aws-sdk/nested-clients": "3.996.7",
"@aws-sdk/signature-v4-multi-region": "3.996.6",
"@aws-sdk/token-providers": "3.1004.0",
"@aws-sdk/util-user-agent-node": "3.973.4",
"@tootallnate/once": "3.0.1"
}
}