We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3036f commit 6248b0aCopy full SHA for 6248b0a
package.json
@@ -14,6 +14,12 @@
14
"man/",
15
"marked.min.js"
16
],
17
+ "exports": {
18
+ ".": {
19
+ "import": "lib/marked.esm.js",
20
+ "require": "lib/marked.js"
21
+ }
22
+ },
23
"repository": "git://github.com/markedjs/marked.git",
24
"homepage": "https://marked.js.org",
25
"bugs": {
@@ -34,6 +40,8 @@
34
40
"@babel/core": "^7.9.6",
35
41
"@babel/preset-env": "^7.9.6",
36
42
"@markedjs/html-differ": "^3.0.2",
43
+ "@types/node": "^14.0.9",
44
+ "babel-eslint": "^10.1.0",
37
45
"cheerio": "^1.0.0-rc.3",
38
46
"commonmark": "0.29.x",
39
47
"eslint": "^7.0.0",
@@ -51,6 +59,7 @@
51
59
"rollup-plugin-babel": "^4.4.0",
52
60
"rollup-plugin-commonjs": "^10.1.0",
53
61
"rollup-plugin-license": "^2.0.1",
62
+ "standardx": "^5.0.0",
54
63
"uglify-js": "^3.9.3",
55
64
"vuln-regex-detector": "^1.3.0"
56
65
},
0 commit comments