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. }