-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 864 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 864 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": "clean-code",
"type": "module",
"version": "1.0.0",
"description": "클린 코드 스터디 저장용",
"main": "src/build.js",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "node src/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bbodeuk/Clean-Code.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bbodeuk/Clean-Code/issues"
},
"homepage": "https://github.com/bbodeuk/Clean-Code#readme",
"dependencies": {
"git-date-extractor": "^4.0.1",
"rehype-slug": "^5.0.1",
"rehype-stringify": "^9.0.3",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"remark-toc": "^8.0.1"
}
}