forked from biomejs/biome
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 731 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 731 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
{
"name": "@biomejs/monorepo",
"version": "0.0.0",
"private": true,
"scripts": {
"check:write": "cargo biome-cli-dev check --write --unsafe",
"check": "cargo biome-cli-dev check",
"ci": "cargo biome-cli-dev ci",
"//": "when we create the release PR, we need to update the lock file with the new versions",
"version": "changeset version && pnpm i --lockfile-only"
},
"keywords": [],
"author": "Biome Developers and Contributors",
"license": "MIT OR Apache-2.0",
"packageManager": "pnpm@10.12.1",
"engines": {
"pnpm": "10.12.1"
},
"type": "module",
"devDependencies": {
"@changesets/changelog-github": "0.5.1",
"@changesets/cli": "2.29.5",
"@types/node": "22.16.5"
}
}