-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 962 Bytes
/
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
{
"name": "templateRepository",
"version": "0.1",
"description": "Note sure yet",
"repository": {
"type": "git",
"url": "git+https://github.com/bhdicaire/templateRepository.git"
},
"keywords": [
"github-template",
"issue-management",
"issue-template",
"issues",
"pull-request-template",
"readme",
"template-project",
"template-repository",
"template",
"templates"
],
"author": {
"name": "Benoît H. Dicaire",
"email": "code@Dicaire.com",
"url": "http://Dicaire.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/bhdicaire/templateRepository/issues"
},
"homepage": "https://github.com/bhdicaire/templateRepository",
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"husky": "^9.0.11",
"textlint": "^14.0.4",
"textlint-rule-no-todo": "^2.0.1"
},
"scripts": {
"prepare": "husky"
}
}