-
-
Notifications
You must be signed in to change notification settings - Fork 155
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 656 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 656 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
28
29
{
"workspaces": [
"packages/types",
"packages/utilities",
"packages/errors",
"packages/sql-tag",
"packages/driver",
"packages/pg-driver",
"packages/slonik",
"packages/*"
],
"scripts": {
"lint:knip": "knip",
"lint:oxlint": "oxlint",
"lint:oxfmt": "oxfmt --check .",
"lint": "npm run lint:knip && npm run lint:oxlint && npm run lint:oxfmt"
},
"dependencies": {
"@changesets/cli": "^2.29.8"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.2",
"husky": "^9.1.7",
"knip": "^5.83.1",
"oxfmt": "^0.40.0",
"oxlint": "^1",
"oxlint-config-canonical": "^1"
}
}