-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1 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
{
"name": "remark-lint-mdash-style",
"version": "1.1.1",
"description": "rule for remark-lint to handle mdash style",
"license": "MIT",
"keywords": [
"remark",
"remark-lint",
"markdown",
"lint",
"rule",
"mdash",
"minus"
],
"repository": "https://github.com/alexandrtovmach/remark-lint-mdash-style",
"bugs": "https://github.com/alexandrtovmach/remark-lint-mdash-style/issues",
"author": "Alexandr Tovmach <[email protected]> (https://alexandrtovmach.com)",
"contributors": [
"Alexandr Tovmach <[email protected]> (https://alexandrtovmach.com)"
],
"files": [
"index.js"
],
"jest": {
"testEnvironment": "node",
"clearMocks": true,
"transform": {}
},
"scripts": {
"test": "jest"
},
"dependencies": {
"mdast-util-to-string": "^1.0.2",
"unified-lint-rule": "^1.0.0",
"unist-util-generated": "^1.1.0",
"unist-util-visit": "^2.0.0"
},
"devDependencies": {
"jest": "^24.9.0",
"remark": "^11.0.1"
}
}