package.json 664 B

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