package.json 1019 B

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