-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 744 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "tsparticles-utils-root",
"private": true,
"scripts": {
"build": "nx run-many -t build",
"build:ci": "nx run-many -t build:ci",
"build:affected": "nx affected -t build",
"version:alpha": "lerna version prerelease --preid alpha --conventional-commits",
"version:beta": "lerna version prerelease --preid beta --conventional-commits",
"publish:alpha": "lerna publish from-package --pre-dist-tag alpha --preid alpha",
"publish:beta": "lerna publish from-package --pre-dist-tag beta --preid beta"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"lerna": "^9.0.7",
"nx": "^22.6.4",
"nx-cloud": "^19.1.3",
"typescript": "^6.0.2"
},
"packageManager": "pnpm@10.33.0"
}