package.json 628 B

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