-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 845 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 845 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
{
"name": "github-project-status-viewer",
"version": "2.1.0",
"description": "Browser extension to display GitHub Projects status in issue lists",
"repository": {
"type": "git",
"url": "https://github.com/KubrickCode/github-project-status-viewer.git"
},
"license": "MIT",
"scripts": {
"prepare": "husky"
},
"devDependencies": {
"@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": "11.0.1",
"@semantic-release/npm": "13.1.3",
"@semantic-release/release-notes-generator": "14.0.1",
"conventional-changelog-conventionalcommits": "8.0.0",
"husky": "9.1.7",
"lint-staged": "16.2.7",
"prettier": "3.6.2",
"semantic-release": "25.0.2"
}
}