-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 661 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 661 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
{
"private": true,
"name": "moon-dev",
"version": "1.0.0",
"scripts": {
"moon": "$(yarn bin moon) --color",
"release": "yarn moon run :build && lerna-release",
"setup": "packemon build-workspace",
"version": "yarn install && git add yarn.lock"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@babel/core": "^7.28.6",
"@moonrepo/cli": "^2.0.0-alpha.2",
"@moonrepo/dev": "workspace:*",
"eslint": "^9.39.2",
"jest": "^30.2.0",
"jest-circus": "^30.2.0",
"lerna": "^9.0.3",
"packemon": "^4.1.2",
"prettier": "^3.8.0",
"typescript": "^5.9.3"
},
"packageManager": "yarn@4.9.2"
}