-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
29 lines (29 loc) · 914 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
{
"name": "docs-md-to-pdf-example",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"textlint": "textlint -f stylish md/*.md",
"gen": "doctoc --notitle md/ && md-to-pdf md/*.md --config-file config.js && mv md/*.pdf pdf/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bmf-san/docs-md-to-pdf-example.git"
},
"keywords": [],
"license": "ISC",
"devDependencies": {
"textlint": "^12.0.2",
"textlint-rule-max-ten": "^4.0.2",
"textlint-rule-preset-ja-spacing": "^2.2.0",
"textlint-rule-preset-ja-technical-writing": "^7.0.0",
"textlint-rule-preset-japanese": "^7.0.0",
"textlint-rule-preset-jtf-style": "^2.3.12",
"textlint-rule-spellcheck-tech-word": "^5.0.0",
"md-to-pdf-ng": "^2.8.9",
"marked": "^4.1.0",
"node-emoji": "^1.11.0",
"doctoc": "^2.2.0"
}
}