-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 874 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 874 Bytes
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
{
"name": "dbt-fabricspark",
"devDependencies": {
"@devcontainers/cli": "^0.80.3",
"@jest/globals": "^30.2.0",
"@types/jest": "^30.0.0",
"@types/js-yaml": "^4.0.5",
"@types/node": "^20.4.4",
"commander": "^11.0.0",
"jest": "^30.2.0",
"nx": "22.6.5",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"tsx": "^4.7.1",
"typescript": "^5.4.0"
},
"scripts": {
"fail-on-untracked-files": "tsx tools/scripts/fail-on-untracked-files.ts",
"approve-copilot-gh-workflow": "tsx tools/gh-automation/approve-workflow.ts",
"sync-copilot-main": "tsx tools/gh-automation/sync-main.ts",
"nudge-copilot": "tsx tools/gh-automation/nudge.ts",
"compact-dependabot": "tsx tools/gh-automation/compact-dependabot.ts",
"get-version-diffs": "tsx tools/gh-automation/get-version-diffs.ts"
},
"type": "module",
"nx": {}
}