-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.11 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.11 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
{
"name": "html-template-parser",
"version": "1.7.14",
"description": "A parser for HTML templates.",
"private": true,
"scripts": {
"commit": "git add . && pre-commit run && git add . && cz --no-verify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Riverside-Healthcare/html-template-parser.git"
},
"keywords": [],
"author": "Christopher Pickering",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Riverside-Healthcare/html-template-parser/issues"
},
"homepage": "https://github.com/Riverside-Healthcare/html-template-parser#readme",
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "10.0.4",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.0.6",
"@semantic-release/npm": "10.0.6",
"@semantic-release/release-notes-generator": "11.0.7",
"cz-conventional-changelog": "3.3.0",
"semantic-release": "21.1.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}