{ "name": "@standardnotes/event-store", "version": "1.8.1", "description": "Event Store Service", "private": true, "main": "dist/src/index.js", "typings": "dist/src/index.d.ts", "engines": { "node": ">=18.0.0 <21.0.0" }, "scripts": { "clean": "rm -fr dist", "build": "tsc --build", "lint": "eslint . --ext .ts", "pretest": "yarn lint && yarn build", "test": "jest --coverage --config=./jest.config.js --maxWorkers=50%", "worker": "yarn node dist/bin/worker.js" }, "author": "Karol Sójko ", "license": "AGPL-3.0-or-later", "devDependencies": { "@types/ioredis": "^5.0.0", "@types/jest": "^29.5.1", "@types/newrelic": "^9.13.0", "@types/nodemailer": "^6.4.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^5.59.2", "eslint": "^8.39.0", "eslint-plugin-prettier": "^4.2.1", "jest": "^29.5.0", "prettier": "^2.8.8", "ts-jest": "^29.1.0", "typescript": "^5.0.4" }, "dependencies": { "@aws-sdk/client-sqs": "^3.328.0", "@standardnotes/domain-events": "workspace:*", "@standardnotes/domain-events-infra": "workspace:*", "@standardnotes/time": "workspace:*", "dotenv": "^16.0.1", "inversify": "^6.0.1", "ioredis": "^5.2.4", "mysql2": "^3.0.1", "newrelic": "^10.1.0", "reflect-metadata": "0.1.13", "typeorm": "^0.3.15", "winston": "^3.8.1" } }