{ "name": "Fis-AuditMessage", "version": "1.0.1", "description": "", "main": "index.js", "scripts": { "build": "tsc -p tsconfig.json", "temp": "node test/temptest.js", "test1": "node dist/est/test1.js", "test2": "node dist/est/test2.js", "test3": "node dist/est/test3.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.swopt.com/FAMBL/Fis-LoggingService.git" }, "author": "", "license": "ISC", "dependencies": { "@types/node": "^24.0.14", "dotenv": "^17.2.0", "jsonschema": "^1.5.0", "lodash": "^4.17.21", "mongoose": "^8.16.4", "rfdc": "^1.4.1", "rxjs": "^7.8.2", "uuid": "^11.1.0" }, "devDependencies": { "@types/lodash": "^4.17.20", "ts-node-dev": "^2.0.0", "typescript": "^5.8.3" } }