d26db06f74
NPM Installation / build (16.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (16.x, windows-latest) (push) Has been cancelled
NPM Installation / build (17.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (17.x, windows-latest) (push) Has been cancelled
NPM Installation / build (18.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (18.x, windows-latest) (push) Has been cancelled
15 lines
393 B
JSON
15 lines
393 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",
|
|
"module": "./auto.js",
|
|
"exports": {
|
|
"types": "./auto.d.ts",
|
|
"import": "./auto.js",
|
|
"require": "./auto.cjs"
|
|
},
|
|
"types": "./auto.d.ts"
|
|
}
|