-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 624 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 624 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"author": "Jonas Thelemann <e-mail+dargmuesli/jonas-thelemann_stack@jonas-thelemann.de>",
"description": "Dargstack configuration for my website.",
"devDependencies": {
"@commitlint/cli": "20.5.0",
"@commitlint/config-conventional": "20.5.0",
"dargstack": "2.5.1",
"dargstack_rgen": "0.9.89",
"husky": "9.1.7"
},
"license": "GPL-3.0-only",
"name": "jonas-thelemann_stack",
"packageManager": "pnpm@10.33.0",
"private": true,
"repository": "https://github.com/dargmuesli/jonas-thelemann_stack.git",
"scripts": {
"prepare": "husky"
},
"type": "module",
"version": "13.0.5"
}