Node-Red configuration
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

1234567891011121314
  1. {
  2. "name": "chart.js-auto",
  3. "private": true,
  4. "description": "Auto registering package. Exists to support bundlers without exports support such as webpack 4.",
  5. "type": "module",
  6. "main": "./auto.cjs",
  7. "module": "./auto.js",
  8. "exports": {
  9. "types": "./auto.d.ts",
  10. "import": "./auto.js",
  11. "require": "./auto.cjs"
  12. },
  13. "types": "./auto.d.ts"
  14. }