-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathlerna.json
More file actions
34 lines (34 loc) · 740 Bytes
/
Copy pathlerna.json
File metadata and controls
34 lines (34 loc) · 740 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
30
31
32
33
34
{
"lerna": "2.11.0",
"version": "2.9.0",
"packages": [
"benchmark",
"scripts",
"examples/*",
"packages/bbob-cli",
"packages/bbob-core",
"packages/bbob-html",
"packages/bbob-parser",
"packages/bbob-plugin-helper",
"packages/bbob-preset",
"packages/bbob-preset-html5",
"packages/bbob-preset-react",
"packages/bbob-preset-vue",
"packages/bbob-react",
"packages/bbob-vue2",
"packages/bbob-vue3",
"packages/bbob-types"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"command": {
"version": {
"message": "chore(release): publish %s"
}
},
"npmClient": "pnpm",
"useNx": true,
"useWorkspaces": true
}