-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 1.15 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
{
"name": "@ladesa-ro/api",
"version": "1.0.0-next.30",
"private": true,
"scripts": {
"build:all": "nx run-many -t build",
"generate:all": "nx run-many -t generate",
"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",
"chore:update": "corepack use pnpm@latest && pnpm --filter=@ladesa-ro/api.service exec corepack use pnpm@latest && pnpm -r update"
},
"dependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/cli": "^2.27.12",
"nx": "20.3.2"
},
"packageManager": "[email protected]+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}