-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 647 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 647 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
{
"name": "drinks-touch_stack",
"private": true,
"version": "0.7.0",
"description": "DargStack configuration for drinks-touch.",
"repository": "https://github.com/flipdot/drinks-touch_stack.git",
"author": "Jonas Thelemann <e-mail+flipdot/drinks-touch_stack@jonas-thelemann.de>",
"license": "GPL-3.0-only",
"type": "module",
"engines": {
"node": "24"
},
"packageManager": "pnpm@10.32.1",
"scripts": {
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "20.5.0",
"@commitlint/config-conventional": "20.5.0",
"dargstack": "2.5.1",
"dargstack_rgen": "0.9.87",
"husky": "9.1.7"
}
}