-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 714 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 714 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
{
"author": "Jonas Thelemann <e-mail+maevsi_stack@jonas-thelemann.de>",
"description": "Dargstack configuration for Vibetype.",
"devDependencies": {
"@commitlint/cli": "20.5.0",
"@commitlint/config-conventional": "20.5.0",
"conventional-changelog-conventionalcommits": "9.3.1",
"dargstack": "3.0.0",
"dargstack_rgen": "0.9.88",
"husky": "9.1.7"
},
"engines": {
"node": "24"
},
"license": "GPL-3.0-only",
"name": "@maevsi/stack",
"packageManager": "pnpm@10.33.0",
"private": true,
"repository": "https://github.com/maevsi/stack.git",
"scripts": {
"prepare": "husky && ./src/development/certificates/mkcert.sh"
},
"type": "module",
"version": "17.0.5"
}