-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.15 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.15 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
{
"name": "dagster-sqlmesh",
"description": "SQLMesh adapter for dagster - node deps are only for development",
"version": "0.22.0",
"author": "Kariba Labs",
"license": "Apache-2.0",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/opensource-observer/oso.git"
},
"scripts": {
"build": "turbo run build --concurrency=100%",
"format:staged": "lint-staged",
"pyright": "pyright --pythonpath $(echo 'import sys; print(sys.prefix)' | uv run -)/bin/python",
"prepare": "husky install",
"release": "release-it",
"release-minor": "release-it --increment minor",
"release-major": "release-it --increment major"
},
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@commitlint/types": "^19.8.0",
"@release-it/bumper": "^7.0.4",
"@release-it/conventional-changelog": "^10.0.1",
"eslint": "^8.57.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"pyright": "^1.1.377",
"release-it": "^19.0.1",
"turbo": "^1.13.4"
},
"engines": {
"node": ">=18.x",
"pnpm": ">=8"
}
}