Node-Red configuration
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 233B

123456789101112
  1. {
  2. "type": "module",
  3. "main": "index.cjs",
  4. "module": "index.js",
  5. "react-native": {
  6. "./index.js": "./index.native.js"
  7. },
  8. "browser": {
  9. "./index.js": "./index.browser.js",
  10. "./index.cjs": "./index.browser.cjs"
  11. }
  12. }