-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
53 lines (53 loc) · 1.31 KB
/
package.json
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
45
46
47
48
49
50
51
52
53
{
"name": "@ocoda/event-sourcing",
"description": "NestJS Event Sourcing Library",
"author": "Dries Hooghe <dries@drieshooghe.com>",
"license": "MIT",
"private": true,
"scripts": {
"build": "turbo build",
"docs:build": "turbo docs:build",
"test": "turbo test",
"test:cov": "turbo test:cov",
"ci": "turbo ci",
"lint": "turbo lint",
"format": "turbo format",
"benchmark": "turbo benchmark --",
"benchmark:report": "turbo benchmark:report"
},
"engines": {
"node": ">= 18.20.4"
},
"peerDependencies": {
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"reflect-metadata": "^0.2.0",
"rxjs": "^7.2.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.11",
"@faker-js/faker": "^9.3.0",
"@nestjs/common": "10.4.15",
"@nestjs/core": "10.4.15",
"@nestjs/platform-express": "10.4.15",
"@nestjs/testing": "10.4.15",
"@swc-node/register": "^1.10.9",
"@swc/core": "1.10.1",
"@swc/jest": "0.2.37",
"@types/jest": "29.5.14",
"@types/node": "20.17.6",
"jest": "29.7.0",
"jest-mock": "29.7.0",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"turbo": "^2.3.3",
"typescript": "5.7.2"
},
"repository": {
"type": "git",
"url": "https://github.com/ocoda/event-sourcing"
},
"packageManager": "pnpm@9.12.3"
}