UNPKG

870 BJSONView Raw
1{
2 "name": "babel-plugin-apply-mdx-type-prop",
3 "version": "1.6.16",
4 "description": "Apply the MDX type prop used in the MDX pragma",
5 "repository": "mdx-js/mdx",
6 "homepage": "https://mdxjs.com",
7 "bugs": "https://github.com/mdx-js/mdx/issues",
8 "funding": {
9 "type": "opencollective",
10 "url": "https://opencollective.com/unified"
11 },
12 "author": "John Otander <johnotander@gmail.com> (http://johnotander.com)",
13 "contributors": [
14 "JounQin <admin@1stg.me> (https://www.1stg.me)"
15 ],
16 "license": "MIT",
17 "files": [
18 "index.js"
19 ],
20 "keywords": [
21 "mdx",
22 "markdown",
23 "react",
24 "jsx",
25 "remark",
26 "babel"
27 ],
28 "peerDependencies": {
29 "@babel/core": "^7.10.5"
30 },
31 "dependencies": {
32 "@babel/helper-plugin-utils": "7.10.4",
33 "@mdx-js/util": "1.6.16"
34 },
35 "gitHead": "f8960836b09429738e658634eb51c4a8a1a883ef"
36}