package.json 857 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "Fis-AuditMessage",
  3. "version": "1.0.1",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "build": "tsc -p tsconfig.json",
  8. "temp": "node test/temptest.js",
  9. "test1": "node dist/test/test1.js",
  10. "test2": "node dist/test/test2.js",
  11. "test3": "node dist/test/test3.js",
  12. "test": "echo \"Error: no test specified\" && exit 1"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "https://git.swopt.com/FAMBL/Fis-LoggingService.git"
  17. },
  18. "author": "",
  19. "license": "ISC",
  20. "dependencies": {
  21. "@types/node": "^24.0.14",
  22. "dotenv": "^17.2.0",
  23. "jsonschema": "^1.5.0",
  24. "lodash": "^4.17.21",
  25. "mongoose": "^8.16.4",
  26. "rfdc": "^1.4.1",
  27. "rxjs": "^7.8.2",
  28. "uuid": "^11.1.0"
  29. },
  30. "devDependencies": {
  31. "@types/lodash": "^4.17.20",
  32. "ts-node-dev": "^2.0.0",
  33. "typescript": "^5.8.3"
  34. }
  35. }