forked from benbalter/benbalter.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 4.14 KB
/
Copy pathpackage.json
File metadata and controls
109 lines (109 loc) · 4.14 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"author": "Ben Balter",
"bugs": {
"url": "https://github.com/benbalter/benbalter.github.com/issues"
},
"dependencies": {
"@textlint-rule/textlint-rule-no-duplicate-abbr": "^1.0.2",
"prettier": "^2.8.8",
"remark-prettier": "^2.0.0",
"retext-equality": "^6.7.0",
"retext-simplify": "^7.2.0",
"textlint-rule-doubled-spaces": "^1.0.2"
},
"description": "[](https://travis-ci.org/benbalter/benbalter.github.com)",
"devDependencies": {
"@github/markdownlint-github": "^0.4.1",
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.9",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"dictionary-en": "^3.2.0",
"eslint": "^8.40.0",
"eslint-plugin-json": "^3.1.0",
"markdownlint-cli": "^0.34.0",
"markdownlint-cli2": "^0.7.1",
"markdownlint-cli2-formatter-pretty": "^0.0.4",
"remark-cli": "^11.0.0",
"remark-comment-config": "^7.0.1",
"remark-footnotes": "^4.0.1",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-github": "^11.2.4",
"remark-heading-gap": "^5.0.1",
"remark-inline-links": "^6.0.1",
"remark-lint": "^9.1.2",
"remark-lint-blockquote-indentation": "^3.1.2",
"remark-lint-code": "^2.0.0",
"remark-lint-first-heading-level": "^3.1.2",
"remark-lint-link-title-style": "^3.1.2",
"remark-lint-list-item-indent": "^3.1.2",
"remark-lint-list-item-spacing": "^4.1.2",
"remark-lint-match-punctuation": "^0.2.1",
"remark-lint-maximum-heading-length": "^3.1.2",
"remark-lint-maximum-line-length": "^3.1.3",
"remark-lint-mdash-style": "^1.1.1",
"remark-lint-no-empty-sections": "^4.0.0",
"remark-lint-no-shortcut-reference-image": "^3.1.2",
"remark-lint-no-shortcut-reference-link": "^3.1.2",
"remark-lint-ordered-list-marker-value": "^3.1.2",
"remark-lint-unordered-list-marker-style": "^3.1.2",
"remark-lint-write-good": "^1.2.0",
"remark-message-control": "^7.1.1",
"remark-preset-lint-consistent": "^5.1.2",
"remark-preset-lint-markdown-style-guide": "^5.1.3",
"remark-preset-lint-recommended": "^6.1.3",
"remark-preset-wooorm": "^9.1.0",
"remark-retext": "^5.0.1",
"remark-squeeze-paragraphs": "^5.0.1",
"remark-textr": "^5.0.1",
"remark-validate-links": "^12.1.1",
"retext-contractions": "^5.2.0",
"retext-diacritics": "^4.2.0",
"retext-emoji": "^8.1.0",
"retext-english": "^4.1.0",
"retext-indefinite-article": "^4.3.0",
"retext-intensify": "^6.2.0",
"retext-passive": "^4.2.0",
"retext-profanities": "^7.2.2",
"retext-quotes": "^5.2.0",
"retext-readability": "^7.2.0",
"retext-redundant-acronyms": "^4.3.0",
"retext-repeated-words": "^4.2.0",
"retext-sentence-spacing": "^5.2.0",
"retext-spell": "^5.3.0",
"retext-syntax-mentions": "^3.1.0",
"retext-syntax-urls": "^3.1.2",
"textlint": "^13.3.2",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-diacritics": "^1.0.0",
"textlint-rule-no-start-duplicated-conjunction": "^2.0.2",
"textlint-rule-stop-words": "^3.0.1",
"textlint-rule-terminology": "^3.0.4",
"textlint-rule-write-good": "^2.0.0",
"typographic-base": "^1.0.4",
"unified": "^10.1.2",
"xo": "^0.54.2"
},
"homepage": "https://github.com/benbalter/benbalter.github.com#readme",
"license": "CC-BY-3.0",
"main": "script/server",
"name": "benbalter.github.com",
"repository": {
"type": "git",
"url": "git+https://github.com/benbalter/benbalter.github.com.git"
},
"scripts": {
"lint": "npm run lint-js && npm run lint-json && npm run lint-md",
"lint-js": "xo .remarkrc.js --ignore-pattern !.remarkrc.js --fix",
"lint-json": "eslint . --ext json --fix",
"lint-md": "remark . --output && markdownlint-cli2-fix \"**/*.{md,mdx}\" \"!node_modules\" \"!.github\"",
"lint-text": "textlint *.md _posts/*.md _resume_positions/*.md --fix",
"lint-yaml": "yamllint -c .yamllint.yml .github/workflows/ci.yml *.yml _data/*.yml",
"test": "script/cibuild"
},
"type": "module",
"version": "1.0.0",
"xo": {
"esnext": false,
"space": true
}
}