package.json 857 B

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