package.json 958 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "Fis-AuditMessage",
  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. "start3b": "node test/test3b.js",
  16. "start3c": "node test/test3c.js",
  17. "start4": "node test/test4a.js",
  18. "test": "echo \"Error: no test specified\" && exit 1"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "https://swopt.com:3000/enzo/Fis-AuditMessage.git"
  23. },
  24. "author": "",
  25. "license": "ISC",
  26. "dependencies": {
  27. "@types/node": "^18.11.18",
  28. "dotenv": "^16.0.3",
  29. "jsonschema": "^1.4.1",
  30. "mongoose": "^6.9.0",
  31. "rfdc": "^1.3.0",
  32. "rxjs": "^7.8.1",
  33. "typescript": "^4.9.4",
  34. "uuid": "^9.0.0"
  35. }
  36. }