-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 891 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 891 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
{
"name": "knowledge-archive",
"version": "1.0.0",
"description": "검증된 기술 지식을 체계적으로 축적하고 다양한 방식으로 활용하는 저장소",
"repository": {
"type": "git",
"url": "https://github.com/developer-choi/knowledge-archive.git"
},
"private": true,
"scripts": {
"prepare": "git config core.hooksPath .githooks",
"list-candidates": "tsx scripts/list-candidates.mts",
"merge-explained": "tsx scripts/merge-explained.mts",
"verify-merge": "tsx scripts/verify-merge.mts",
"validate-lint": "tsx scripts/validate-lint.mts"
},
"devDependencies": {
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@types/node": "^22.10.5",
"gray-matter": "^4.0.3",
"mdast-util-to-string": "^4.0.0",
"remark-parse": "^11.0.0",
"tsx": "^4.19.2",
"unified": "^11.0.5"
}
}