File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " jest-mdx-loader" ,
3
- "version" : " 0.1.1" ,
4
- "description" : " Jest transformer that wraps mdx-js/mx webpack loader" ,
5
- "main" : " index.js" ,
6
- "scripts" : {},
7
- "repository" : {
8
- "type" : " git" ,
9
- "url" : " git+https://github.com/JosephConradBlack/jest-mdx-loader.git"
10
- },
11
- "keywords" : [
12
- " jest" ,
13
- " mdx"
14
- ],
15
- "peerDependencies" : {
16
- "@mdx-js/loader" : " ^0.15.0 " ,
17
- "@mdx-js/mdx" : " ^0.15.0 " ,
18
- "babel-core" : " ^6.26.3"
19
- },
20
- "author" : " Joseph Black <josephconradblack@gmail.com> (https://josephconradblack.com)" ,
21
- "license" : " MIT" ,
22
- "bugs" : {
23
- "url" : " https://github.com/JosephConradBlack/jest-mdx-loader/issues"
24
- },
25
- "homepage" : " https://github.com/JosephConradBlack/jest-mdx-loader#readme"
2
+ "name" : " jest-mdx-loader" ,
3
+ "version" : " 0.1.1" ,
4
+ "description" : " Jest transformer that wraps mdx-js/mx webpack loader" ,
5
+ "main" : " index.js" ,
6
+ "scripts" : {},
7
+ "repository" : {
8
+ "type" : " git" ,
9
+ "url" : " git+https://github.com/JosephConradBlack/jest-mdx-loader.git"
10
+ },
11
+ "keywords" : [
12
+ " jest" ,
13
+ " mdx"
14
+ ],
15
+ "peerDependencies" : {
16
+ "@mdx-js/loader" : " ^3.0.1 " ,
17
+ "@mdx-js/mdx" : " ^3.0.1 " ,
18
+ "babel-core" : " ^6.26.3"
19
+ },
20
+ "author" : " Joseph Black <josephconradblack@gmail.com> (https://josephconradblack.com)" ,
21
+ "license" : " MIT" ,
22
+ "bugs" : {
23
+ "url" : " https://github.com/JosephConradBlack/jest-mdx-loader/issues"
24
+ },
25
+ "homepage" : " https://github.com/JosephConradBlack/jest-mdx-loader#readme"
26
26
}
You can’t perform that action at this time.
0 commit comments