package.json 921 B

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