mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-05-16 14:31:54 +02:00
14 lines
366 B
JSON
14 lines
366 B
JSON
|
{
|
||
|
"name": "chart.js-auto",
|
||
|
"private": true,
|
||
|
"description": "Auto registering package. Exists to support bundlers without exports support such as webpack 4.",
|
||
|
"type": "module",
|
||
|
"main": "./auto.cjs",
|
||
|
"exports": {
|
||
|
"types": "./auto.d.ts",
|
||
|
"import": "./auto.js",
|
||
|
"require": "./auto.cjs"
|
||
|
},
|
||
|
"types": "./auto.d.ts"
|
||
|
}
|