-
-
Notifications
You must be signed in to change notification settings - Fork 130
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 607 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 607 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "hex-app",
"version": "0.7.3",
"description": "Release metadata + changelog automation for the Hex macOS app.",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"release": "cd tools && bun run build",
"changeset": "changeset",
"changeset:add": "changeset",
"changeset:add-ai": "bun run tools/scripts/add-changeset.ts",
"changeset:status": "changeset status --verbose",
"changeset:version": "changeset version",
"sync-changelog": "bun run tools/scripts/sync-changelog.ts"
},
"devDependencies": {
"@changesets/cli": "^2.29.8"
}
}