-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 935 Bytes
/
package.json
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
31
32
{
"author": "<author_name> <<author_email>>",
"description": "DargStack configuration for <project_name>.",
"devDependencies": {
"@commitlint/cli": "19.6.1",
"@commitlint/types": "19.5.0",
"@dargmuesli/commitlint-config": "0.0.3",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.1",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "11.0.1",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.3",
"conventional-changelog-conventionalcommits": "8.0.0",
"dargstack": "2.2.2",
"dargstack_rgen": "0.9.54",
"husky": "9.1.7",
"semantic-release": "24.2.1"
},
"engines": {
"node": "22"
},
"license": "<license>",
"name": "project-name_stack",
"packageManager": "[email protected]",
"private": true,
"scripts": {
"prepare": "husky"
},
"type": "module",
"version": "0.1.0"
}