3
3
"version" : " 3.4.0" ,
4
4
"description" : " hpcc-js - Communications" ,
5
5
"type" : " module" ,
6
- "main" : " ./dist/index.node.js" ,
7
- "module" : " ./dist/index.browser.js" ,
6
+ "main" : " ./dist/node/index.cjs" ,
7
+ "module" : " ./dist/node/index.js" ,
8
+ "browser" : " ./dist/browser/index.umd.js" ,
8
9
"exports" : {
9
10
"." : {
10
- "types" : {
11
- "node" : " ./types/index.node.d.ts" ,
12
- "default" : " ./types/index.browser.d.ts"
11
+ "node" : {
12
+ "types" : " ./types/index.node.d.ts" ,
13
+ "import" : " ./dist/node/index.js" ,
14
+ "require" : " ./dist/node/index.cjs" ,
15
+ "default" : " ./dist/node/index.js"
13
16
},
14
- "node" : " ./dist/index.node.js" ,
15
- "import" : " ./dist/index.browser.js" ,
16
- "require" : " ./dist/index.browser.umd.cjs"
17
+ "browser" : {
18
+ "types" : " ./types/index.browser.d.ts" ,
19
+ "import" : " ./dist/browser/index.js" ,
20
+ "require" : " ./dist/browser/index.umd.cjs" ,
21
+ "default" : " ./dist/browser/index.js"
22
+ },
23
+ "default" : " ./dist/node/index.js"
17
24
},
18
- "./dist/*" : " ./dist/*"
25
+ "./dist/*" : " ./dist/*" ,
26
+ "./package.json" : " ./package.json"
19
27
},
20
- "browser" : " ./dist/index.browser.umd.cjs" ,
21
28
"types" : " ./types/index.browser.d.ts" ,
22
29
"files" : [
23
30
" dist/*" ,
97
104
"bugs" : {
98
105
"url" : " https://github.com/hpcc-systems/Visualization/issues"
99
106
},
100
- "homepage" : " https://github.com/hpcc-systems/Visualization"
107
+ "homepage" : " https://github.com/hpcc-systems/Visualization" ,
108
+ "keywords" : [
109
+ " hpcc-systems" ,
110
+ " hpccsystems" ,
111
+ " esp" ,
112
+ " HPCC-Platform"
113
+ ]
101
114
}
0 commit comments