-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.42 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.42 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
{
"name": "osiolabs-copyeditor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": ". ./install-default-styles.sh",
"lint": "remark --rc-path=./node_modules/osiolabs-copyeditor/.remarkrc.yml",
"review": "vale --config='./node_modules/osiolabs-copyeditor/.vale.ini'",
"check-links": "remark --use='remark-lint-no-dead-urls'",
"export-html": "node to-html.js",
"format": "prettier --write .",
"test": "jest"
},
"author": "",
"license": "ISC",
"dependencies": {
"check-links": "^1.1.8",
"lodash": "^4.17.21",
"lodash.iteratee": "^4.7.0",
"rehype-format": "^3.1.0",
"rehype-raw": "^5.1.0",
"rehype-stringify": "^8.0.0",
"remark": "^13.0.0",
"remark-cli": "^12.0.0",
"remark-frontmatter": "^3.0.0",
"remark-lint-no-dead-urls": "^1.1.0",
"remark-lint-no-empty-url": "^2.0.1",
"remark-message-control": "^6.0.0",
"remark-parse": "^9.0.0",
"remark-preset-lint-markdown-style-guide": "^4.0.0",
"remark-preset-lint-recommended": "^5.0.0",
"remark-rehype": "^8.0.0",
"remark-validate-links": "^10.0.3",
"unified-args": "^8.1.0",
"unist-util-find": "^1.0.2",
"unist-util-find-all-between": "^2.1.0",
"unist-util-is": "^4.1.0",
"unist-util-remove": "^2.0.1",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"jest": "^26.6.3",
"prettier": "^2.2.1",
"rehype": "^11.0.0"
}
}