Files
event-store/package.json

21 lines
542 B
JSON

{
"dependencies": {
"@valkyr/db": "1.0.1",
"mongodb": "6",
"nanoid": "5",
"postgres": "3",
"zod": "3.25"
},
"devDependencies": {
"@std/async": "npm:@jsr/std__async@1.0.13",
"@std/assert": "npm:@jsr/std__assert@1.0.13",
"@std/testing": "npm:@jsr/std__testing@1.0.14",
"@valkyr/testcontainers": "npm:@jsr/valkyr__testcontainers@2",
"eslint": "9.30.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"fake-indexeddb": "6.0.1",
"prettier": "3.6.2",
"typescript-eslint": "8.35.1"
}
}