-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 833 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 833 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
{
"name": "mcid",
"version": "3.3.1",
"description": "The MC-ID project",
"author": "Tonantzintla",
"license": "GPL-3.0-only",
"repository": {
"type": "git",
"url": "https://github.com/Tonantzintla/MC-ID"
},
"packageManager": "pnpm@10.28.2",
"scripts": {
"changeset": "changeset",
"changeset:version": "changeset version",
"changeset:publish": "node scripts/changeset-release.mjs",
"release": "changeset version"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.29.8",
"@commitlint/cli": "^20.4.1",
"@commitlint/config-conventional": "^20.4.1",
"@commitlint/types": "^20.4.0",
"@types/node": "^25.2.3",
"simple-git-hooks": "^2.13.1"
},
"simple-git-hooks": {
"commit-msg": "pnpm exec commitlint --edit $1"
}
}