-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.42 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "resume",
"version": "1.0.0",
"description": "Fake it until you make it.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"lint": "textlint docs/README.md",
"fix:lint": "textlint --fix docs/README.md",
"make:pdf": "md-to-pdf docs/README.md --config-file ./pdf/config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wadakatu/resume.git"
},
"keywords": [
"resume"
],
"author": "Koyo Isono",
"bugs": {
"url": "https://github.com/wadakatu/resume/issues"
},
"homepage": "https://github.com/wadakatu/resume#readme",
"devDependencies": {
"husky": "^9.0.11",
"md-to-pdf": "^5.2.4",
"textlint": "^14.0.4",
"textlint-rule-ja-hiragana-fukushi": "^1.3.0",
"textlint-rule-ja-hiragana-hojodoushi": "^1.1.0",
"textlint-rule-ja-hiragana-keishikimeishi": "^1.1.0",
"textlint-rule-ja-no-abusage": "^3.0.0",
"textlint-rule-ja-no-mixed-period": "^3.0.1",
"textlint-rule-ja-no-orthographic-variants": "^2.0.0",
"textlint-rule-ja-no-redundant-expression": "^4.0.1",
"textlint-rule-max-kanji-continuous-len": "^1.1.1",
"textlint-rule-max-ten": "^5.0.0",
"textlint-rule-no-double-negative-ja": "^2.0.1",
"textlint-rule-no-doubled-joshi": "^5.1.0",
"textlint-rule-no-mix-dearu-desumasu": "^6.0.2",
"textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet": "^1.0.1",
"textlint-rule-prh": "^6.0.0"
}
}