package.json 374 B

12345678910
  1. {
  2. "name": "brainstorm-server-tests",
  3. "version": "1.0.0",
  4. "scripts": {
  5. "test": "node ws-protocol.test.js && node helper.test.js && node browser-launcher.test.js && node auth.test.js && node branding.test.js && node server.test.js && node lifecycle.test.js && bash start-server.test.sh && bash stop-server.test.sh"
  6. },
  7. "dependencies": {
  8. "ws": "^8.21.0"
  9. }
  10. }