package.json 175 B

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