UNPKG

967 BJSONView Raw
1{
2 "name": "eslint-plugin-mdx",
3 "version": "1.16.0",
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/index.js",
17 "module": "lib/index.es2015.mjs",
18 "types": "lib",
19 "files": [
20 "lib",
21 "typings.d.ts"
22 ],
23 "keywords": [
24 "eslint",
25 "eslint-mdx",
26 "eslint-plugin",
27 "eslint-plugin-mdx",
28 "mdx"
29 ],
30 "peerDependencies": {
31 "eslint": ">=5.0.0"
32 },
33 "dependencies": {
34 "eslint-mdx": "^1.16.0",
35 "eslint-plugin-markdown": "^2.2.1",
36 "synckit": "^0.4.1",
37 "tslib": "^2.3.1",
38 "vfile": "^4.2.1"
39 },
40 "gitHead": "062aad5440be6546d8f2fcf78bfd540b2b2b26e4"
41}