-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.77 KB
/
package.json
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
{
"name": "@ladesa-ro/api.internal.root",
"version": "0.0.0-freezed.0",
"private": true,
"scripts": {
"commit": "git-cz",
"prepare": "husky",
"build": "wireit",
"start:dev": "pnpm run --filter @ladesa-ro/api.service start:dev",
"lint:check": "biome lint --no-errors-on-unmatched",
"lint:fix": "biome lint --write --no-errors-on-unmatched",
"format:check": "biome format --no-errors-on-unmatched",
"format:fix": "biome format --write --no-errors-on-unmatched",
"code-static:check": "biome check --no-errors-on-unmatched",
"code-static:fix": "biome check --write --no-errors-on-unmatched",
"changeset:add": "changeset add",
"changeset:tag": "changeset tag",
"changeset:version": "changeset version && pnpm run -r --if-present patch-version",
"chore:update": "corepack use pnpm@latest && pnpm --filter=@ladesa-ro/api.service exec corepack use pnpm@latest && pnpm -r update"
},
"wireit": {
"build": {
"dependencies": ["./api-service:build", "./integrations:build"]
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"commitlint": {
"extends": ["@commitlint/config-conventional"]
},
"lint-staged": {
"**/*": "pnpm run code-static:fix"
},
"dependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/cli": "^2.27.9",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"auto-changelog": "^2.5.0",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"wireit": "^0.14.9"
},
"packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
}