-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 918 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 918 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": "label-printer-hub",
"version": "0.0.0-development",
"private": true,
"description": "Self-hosted label printer hub for Brother PT-Series and QL-Series",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/strausmann/label-printer-hub.git"
},
"engines": {
"node": ">=20"
},
"devDependencies": {
"@commitlint/cli": "^21.0.0",
"@commitlint/config-conventional": "^21.0.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.8",
"@semantic-release/release-notes-generator": "^14.0.1",
"conventional-changelog-conventionalcommits": "^9.3.1",
"semantic-release": "^25.0.3"
},
"scripts": {
"release": "semantic-release",
"commitlint": "commitlint --edit"
}
}