Chart.js/auto/package.json
Ben McCann 6feb48b5ef
Allow ESM files to be used in Node.js (#10479)
Allow ESM files to be used in Node.js
2022-07-30 11:25:23 -04:00

9 lines
174 B
JSON

{
"name": "chart.js-auto",
"private": true,
"description": "auto registering package",
"main": "auto.js",
"module": "auto.mjs",
"types": "auto.mts"
}