package.json 820 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "messagesynchronisation",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "build": "tsc -p tsconfig.json",
  8. "start": "node test/test1a.js",
  9. "start1a": "node test/test1a.js",
  10. "start1b": "node test/test1b.js",
  11. "start2a": "node test/test2a.js",
  12. "start2b": "node test/test2b.js",
  13. "start3a": "node test/test3a.js",
  14. "test": "echo \"Error: no test specified\" && exit 1"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "https://swopt.com:3000/enzo/MessageSynchronisation.git"
  19. },
  20. "author": "",
  21. "license": "ISC",
  22. "dependencies": {
  23. "@types/node": "^18.11.18",
  24. "dotenv": "^16.0.3",
  25. "jsonschema": "^1.4.1",
  26. "mongoose": "^6.9.0",
  27. "rfdc": "^1.3.0",
  28. "rxjs": "^7.8.0",
  29. "typescript": "^4.9.4",
  30. "uuid": "^9.0.0"
  31. }
  32. }