forked from jasonLaster/devtools-linters
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.37 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.37 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
{
"name": "devtools-linters",
"version": "0.0.3",
"description": "",
"main": "index.js",
"scripts": {
"test": "node test"
},
"dependencies": {
"dictionary-en-us": "^2.0.0",
"rehype-parse": "^4.0.0",
"rehype-retext": "^2.0.0",
"rehype-stringify": "^3.0.0",
"remark-lint-list-item-bullet-indent": "^1.0.0",
"remark-lint-list-item-indent": "^1.0.0",
"remark-lint-no-shortcut-reference-image": "^1.0.0",
"remark-lint-no-shortcut-reference-link": "^1.0.0",
"remark-lint-no-table-indentation": "^1.0.0",
"remark-lint-no-unused-definitions": "^1.0.0",
"remark-lint-ordered-list-marker-style": "^1.0.0",
"remark-lint-table-cell-padding": "^1.0.0",
"remark-lint-table-pipes": "^1.0.0",
"remark-parse": "^4.0.0",
"remark-preset-lint-recommended": "^3.0.0",
"remark-retext": "^3.1.0",
"remark-stringify": "^4.0.0",
"remark-validate-links": "^7.0.0",
"retext-emoji": "^4.0.0",
"retext-english": "^3.0.0",
"retext-quotes": "^2.0.0",
"retext-repeated-words": "^1.2.0",
"retext-sentence-spacing": "^2.0.0",
"retext-spell": "^2.3.0",
"retext-syntax-mentions": "^1.1.0",
"retext-syntax-urls": "^1.0.0",
"unified": "^6.1.0"
},
"author": "",
"license": "ISC",
"devDependencies": {
"execa": "^0.8.0",
"rehype-cli": "^4.0.0",
"remark-cli": "^4.0.0",
"tape": "^4.8.0"
}
}