diff --git a/package.json b/package.json index b73a3a1..c9cf370 100644 --- a/package.json +++ b/package.json @@ -1,82 +1,83 @@ { - "name": "Synapse", - "version": "0.2.26", - "author": "hackolade", - "engines": { - "hackolade": "6.1.2", - "hackoladePlugin": "1.2.1" - }, - "contributes": { - "target": { - "applicationTarget": "Synapse", - "title": "Azure Synapse", - "versions": [] - }, - "features": { - "nestedCollections": false, - "disablePatternField": true, - "disableMultipleTypes": true, - "enableForwardEngineering": { - "jsonDocument": true, - "jsonSchema": true, - "excel": true, - "plugin": true, - "dbt": true - }, - "disableReverseEngineering": false, - "disableChoices": true, - "enableJsonType": true, - "useJsonTypesWithComplexTypes": true, - "reverseSchemaIntoOneColumn": true, - "disableDenormalization": true, - "enableComplexTypesNormalization": true, - "views": { - "enabled": true, - "viewLevel": "model", - "disablePipelines": true, - "includeViews": true - }, - "FEScriptCommentsSupported": true, - "discoverRelationships": true - } - }, - "description": "Hackolade plugin for Azure Synapse and Azure SQL Data Warehouse", - "icon_url": "logo.jpg", - "disabled": false, - "dependencies": { - "@hackolade/fetch": "1.3.0", - "base64url": "3.0.1", - "crypto": "1.0.1", - "lodash": "4.17.21", - "mssql": "12.0.0", - "randomstring": "1.3.0" - }, - "lint-staged": { - "*.{js,json}": "prettier --write" - }, - "simple-git-hooks": { - "pre-commit": "npx lint-staged", - "pre-push": "npx eslint ." - }, - "scripts": { - "lint": "eslint . --max-warnings=0", - "package": "node esbuild.package.js" - }, - "devDependencies": { - "@hackolade/hck-esbuild-plugins-pack": "0.0.1", - "@typescript-eslint/eslint-plugin": "7.11.0", - "@typescript-eslint/parser": "7.11.0", - "esbuild": "0.25.10", - "esbuild-plugin-clean": "1.0.1", - "esbuild-plugin-copy": "2.1.1", - "eslint": "8.57.0", - "eslint-config-prettier": "9.1.0", - "eslint-formatter-teamcity": "^1.0.0", - "eslint-plugin-import": "^2.26.0", - "eslint-plugin-prettier": "5.1.3", - "eslint-plugin-unused-imports": "3.2.0", - "lint-staged": "16.2.3", - "prettier": "3.2.5", - "simple-git-hooks": "2.11.1" - } -} \ No newline at end of file + "name": "Synapse", + "version": "0.2.26", + "author": "hackolade", + "engines": { + "hackolade": "6.1.2", + "hackoladePlugin": "1.2.1" + }, + "contributes": { + "target": { + "applicationTarget": "Synapse", + "title": "Azure Synapse", + "versions": [] + }, + "features": { + "nestedCollections": false, + "disablePatternField": true, + "disableMultipleTypes": true, + "enableForwardEngineering": { + "jsonDocument": true, + "jsonSchema": true, + "excel": true, + "plugin": true, + "dbt": true + }, + "disableReverseEngineering": false, + "disableChoices": true, + "enableJsonType": true, + "useJsonTypesWithComplexTypes": true, + "reverseSchemaIntoOneColumn": true, + "disableDenormalization": true, + "enableComplexTypesNormalization": true, + "enableManyToManyRelationshipsNormalization": true, + "views": { + "enabled": true, + "viewLevel": "model", + "disablePipelines": true, + "includeViews": true + }, + "FEScriptCommentsSupported": true, + "discoverRelationships": true + } + }, + "description": "Hackolade plugin for Azure Synapse and Azure SQL Data Warehouse", + "icon_url": "logo.jpg", + "disabled": false, + "dependencies": { + "@hackolade/fetch": "1.3.0", + "base64url": "3.0.1", + "crypto": "1.0.1", + "lodash": "4.17.21", + "mssql": "12.0.0", + "randomstring": "1.3.0" + }, + "lint-staged": { + "*.{js,json}": "prettier --write" + }, + "simple-git-hooks": { + "pre-commit": "npx lint-staged", + "pre-push": "npx eslint ." + }, + "scripts": { + "lint": "eslint . --max-warnings=0", + "package": "node esbuild.package.js" + }, + "devDependencies": { + "@hackolade/hck-esbuild-plugins-pack": "0.0.1", + "@typescript-eslint/eslint-plugin": "7.11.0", + "@typescript-eslint/parser": "7.11.0", + "esbuild": "0.25.10", + "esbuild-plugin-clean": "1.0.1", + "esbuild-plugin-copy": "2.1.1", + "eslint": "8.57.0", + "eslint-config-prettier": "9.1.0", + "eslint-formatter-teamcity": "^1.0.0", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-prettier": "5.1.3", + "eslint-plugin-unused-imports": "3.2.0", + "lint-staged": "16.2.3", + "prettier": "3.2.5", + "simple-git-hooks": "2.11.1" + } +}