forked from mdx-js/eslint-mdx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 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
43
{
"name": "eslint-plugin-mdx",
"version": "3.1.4",
"description": "ESLint Plugin for MDX",
"repository": "git+https://github.com/mdx-js/eslint-mdx.git",
"homepage": "https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-plugin-mdx",
"author": "JounQin (https://www.1stG.me) <admin@1stg.me>",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"main": "lib/index.js",
"module": "lib/index.es2015.mjs",
"types": "lib",
"files": [
"lib",
"typings.d.ts"
],
"keywords": [
"eslint",
"eslint-mdx",
"eslint-plugin",
"eslint-plugin-mdx",
"mdx"
],
"peerDependencies": {
"eslint": ">=8.0.0"
},
"dependencies": {
"eslint-mdx": "^3.1.4",
"eslint-plugin-markdown": "^3.0.1",
"remark-mdx": "^3.0.0",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"tslib": "^2.6.2",
"unified": "^11.0.4",
"vfile": "^6.0.1"
}
}