"description": "Auto registering package. Exists to support bundlers without exports support such as webpack 4.",
"type": "module",
"main": "./auto.cjs",
+ "module": "./auto.js",
"exports": {
"types": "./auto.d.ts",
"import": "./auto.js",
"description": "Helpers package. Exists to support bundlers without exports support such as webpack 4.",
"type": "module",
"main": "./helpers.cjs",
+ "module": "./helpers.js",
"exports": {
"types": "./helpers.d.ts",
"import": "./helpers.js",
"jsdelivr": "./dist/chart.umd.js",
"unpkg": "./dist/chart.umd.js",
"main": "./dist/chart.cjs",
+ "module": "./dist/chart.js",
"exports": {
".": {
"types": "./dist/types.d.ts",