package.json 239 B

123456789
  1. {
  2. "scripts": {
  3. "test:team-background": "node --disable-warning=ExperimentalWarning --experimental-vm-modules tests/teamBackgroundFile.test.js"
  4. },
  5. "dependencies": {
  6. "qrcode": "^1.5.4",
  7. "text-encoding-shim": "^1.0.5"
  8. }
  9. }