generated from ukhsa-collaboration/standards-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 976 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 976 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
25
26
27
28
29
30
31
32
33
{
"name": "standards-qat",
"version": "0.0.1",
"description": "UKHSA standards for quality assurance testing.",
"type": "module",
"scripts": {
"fmt:md": "remark . --ext .md --output",
"lint:md": "remark . --ext .md --frail",
"prepare": "husky && git config commit.Template .gitmessage",
"start": "node src/serve.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ukhsa-collaboration/standards-qat.git"
},
"homepage": "https://github.com/ukhsa-collaboration/standards-qat",
"license": "MIT",
"engines": {
"npm": ">=10",
"node": "22"
},
"devDependencies": {
"@commitlint/cli": "^20.4.2",
"@commitlint/config-conventional": "^20.4.2",
"husky": "^9.1.7",
"remark-cli": "^12.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-renumber-references": "^3.0.0",
"remark-preset-lint-consistent": "^6.0.1",
"remark-preset-lint-recommended": "^7.0.1"
}
}