-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.69 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.69 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
{
"name": "CosmosDB-with-SQL-API",
"version": "0.2.4",
"author": "hackolade",
"engines": {
"hackolade": "5.1.3",
"hackoladePlugin": "1.0.1"
},
"contributes": {
"target": {
"applicationTarget": "COSMOSDB-SQL",
"title": "Cosmos DB w/ SQL API",
"versions": []
},
"features": {
"nestedCollections": false,
"enableForwardEngineering": true,
"disableMultipleNonScalarTypes": false
}
},
"description": "Hackolade plugin for Azure Cosmos DB with SQL API",
"dependencies": {
"@azure/cosmos": "3.17.3",
"axios": "1.12.0",
"lodash": "4.17.21",
"qs": "6.14.1"
},
"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",
"postinstall": "npx simple-git-hooks"
},
"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.9",
"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.1.5",
"prettier": "3.2.5",
"simple-git-hooks": "2.11.1"
}
}