-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 878 Bytes
/
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
{
"name": "@onigoetz/i18n-parent",
"version": "1.0.0-rc.2",
"private": true,
"workspaces": {
"packages": [
"packages/*"
]
},
"scripts": {
"build": "yarn workspaces foreach -v -W --topological-dev run build",
"test": "yarn workspaces foreach -W --topological-dev run test",
"test:ci": "yarn workspaces foreach -W --topological-dev run test:ci",
"format": "yarn workspaces foreach --all -v run format",
"check": "yarn workspaces foreach --all -v run check",
"publish:canary": "oao publish --no-git-commit --no-check-uncommitted --no-changelog --publish-tag canary --bump-dependent-reqs=exact",
"publish:all": "oao publish --no-changelog --bump-dependent-reqs=exact"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"benchmark": "2.1.4",
"systeminformation": "5.25.11"
},
"packageManager": "[email protected]"
}