-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.06 KB
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
{
"name": "gh-templating",
"version": "1.6.4",
"description": "",
"main": "index.js",
"bin": {
"gh-templating": "./index.js"
},
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watchAll",
"test:ci": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage"
},
"keywords": [
"cli",
"dev-tools",
"devkit",
"command-line",
"node",
"git",
"github",
"PR",
"pull request",
"PR template"
],
"author": "Jorge Van de Sompel",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/jorgevds/gh-templating.git"
},
"bugs": {
"url": "https://github.com/jorgevds/gh-templating/issues"
},
"homepage": "https://github.com/jorgevds/gh-templating#readme",
"dependencies": {
"commander": "^10.0.0",
"inquirer": "^9.1.4"
},
"type": "module",
"devDependencies": {
"jest": "^29.4.1"
}
}