package.json 782 B

12345678910111213141516171819202122232425262728293031
  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. "test": "echo \"Error: no test specified\" && exit 1"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "https://swopt.com:3000/enzo/MessageSynchronisation.git"
  18. },
  19. "author": "",
  20. "license": "ISC",
  21. "dependencies": {
  22. "@types/node": "^18.11.18",
  23. "dotenv": "^16.0.3",
  24. "jsonschema": "^1.4.1",
  25. "mongoose": "^6.9.0",
  26. "rfdc": "^1.3.0",
  27. "rxjs": "^7.8.0",
  28. "typescript": "^4.9.4",
  29. "uuid": "^9.0.0"
  30. }
  31. }