UNPKG

971 BJSONView Raw
1{
2 "name": "eslint-plugin-mdx",
3 "version": "1.15.1",
4 "description": "ESLint Plugin for MDX",
5 "repository": "git+https://github.com/mdx-js/eslint-mdx.git",
6 "homepage": "https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-plugin-mdx",
7 "funding": {
8 "type": "opencollective",
9 "url": "https://opencollective.com/unified"
10 },
11 "author": "JounQin <admin@1stg.me>",
12 "license": "MIT",
13 "engines": {
14 "node": ">=10.0.0"
15 },
16 "main": "lib",
17 "module": "lib/esm",
18 "es2015": "lib/es2015",
19 "types": "lib",
20 "files": [
21 "lib",
22 "typings.d.ts"
23 ],
24 "keywords": [
25 "eslint",
26 "eslint-mdx",
27 "eslint-plugin",
28 "eslint-plugin-mdx",
29 "mdx"
30 ],
31 "peerDependencies": {
32 "eslint": ">=5.0.0"
33 },
34 "dependencies": {
35 "eslint-mdx": "^1.15.1",
36 "eslint-plugin-markdown": "^2.2.0",
37 "synckit": "^0.3.4",
38 "tslib": "^2.3.1",
39 "vfile": "^4.2.1"
40 },
41 "gitHead": "e0461d162844df40fc8343f16b86e947a050ea6f"
42}