-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.13 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
{
"author": "Jonas Thelemann <e-mail+dargstack/[email protected]>",
"bin": {
"dargstack_rgen": "./src/generator.js"
},
"dependencies": {
"deepmerge": "4.3.1",
"diff": "7.0.0",
"json2md": "2.0.1",
"yaml": "2.7.0",
"yargs": "17.7.2"
},
"description": "Generates a DargStack stack project readme.",
"devDependencies": {
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@types/diff": "6.0.0",
"@types/json2md": "1.5.4",
"@types/yargs": "17.0.33",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"globals": "15.14.0",
"husky": "9.1.7",
"prettier": "3.4.2",
"typescript-eslint": "8.19.0"
},
"engines": {
"node": "22"
},
"license": "GPL-3.0-only",
"main": "src/generator.js",
"name": "dargstack_rgen",
"packageManager": "[email protected]",
"repository": "https://github.com/dargstack/dargstack_rgen.git",
"scripts": {
"lint": "eslint --cache",
"prepare": "husky",
"test": "node src/generator.js -p test/example_stack -v"
},
"type": "module",
"version": "0.9.52"
}