-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 668 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 668 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": "mailbox-monorepo",
"private": true,
"description": "Mailbox Node CLI monorepo (workspace)",
"workspaces": [
"packages/*",
"mailbox-cli/packages/*"
],
"devDependencies": {
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/release-notes-generator": "^14.0.3",
"conventional-changelog-conventionalcommits": "^8.0.0",
"pkg": "^5.8.1",
"semantic-release": "^24.2.1"
},
"scripts": {
"build:binary": "node scripts/build_binary.js",
"test": "pnpm -r --if-present test",
"lint": "pnpm -r --if-present lint",
"format": "pnpm -r --if-present format",
"release": "semantic-release"
}
}