clone of github.com/decent-newsroom/newsroom
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
405 B

{
"name": "chart.js-helpers",
"private": true,
"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",
"require": "./helpers.cjs"
},
"types": "./helpers.d.ts"
}