-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1021 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 1021 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "arque",
"description": "The Event Sourcing library.",
"scripts": {
"test": "lerna run test",
"build": "lerna run build"
},
"license": "MIT",
"devDependencies": {
"@faker-js/faker": "9.8.0",
"@nx/jest": "22.2.3",
"@types/jest": "30.0.0",
"@types/node": "22.15.30",
"@types/ramda": "0.30.2",
"@typescript-eslint/eslint-plugin": "8.49.0",
"@typescript-eslint/parser": "8.49.0",
"decimal.js": "^10.6.0",
"eslint": "9.39.2",
"jest": "30.2.0",
"lerna": "9.0.3",
"mongodb-memory-server": "10.4.2",
"nx": "22.2.3",
"ramda": "^0.30.1",
"rimraf": "6.1.2",
"ts-jest": "29.4.6",
"ts-node": "10.9.2",
"tslib": "2.8.1",
"typescript": "5.9.3"
},
"workspaces": [
"packages/core",
"packages/kafka-stream-adapter",
"packages/mongo-config-adapter",
"packages/mongo-store-adapter"
],
"keywords": [
"event-sourcing",
"cqrs",
"microservices",
"distributed",
"event",
"event-driven"
]
}