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 9c003da commit 3b60ae3Copy full SHA for 3b60ae3
package.json
@@ -2,11 +2,15 @@
2
"author": "Stefan Goessner",
3
"name": "jsonpath-plus",
4
"version": "5.0.2",
5
- "type": "commonjs",
6
"main": "dist/index-node-cjs.js",
7
"exports": {
8
- "import": "./dist/index-node-esm.mjs",
9
- "require": "./dist/index-node-cjs.js"
+ ".": {
+ "browser": "./dist/index-browser-esm.js",
+ "umd": "./dist/index-browser-umd.js",
10
+ "import": "./dist/index-node-esm.mjs",
11
+ "require": "./dist/index-node-cjs.js",
12
+ "default": "./dist/index-browser-esm.js"
13
+ }
14
},
15
"module": "dist/index-node-esm.mjs",
16
"browser": "dist/index-browser-esm.js",
0 commit comments