-
Notifications
You must be signed in to change notification settings - Fork 189
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 933 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 933 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
{
"name": "@nestjs-modules/mailer-monorepo",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@10.32.1",
"description": "NestJS Mailer monorepo",
"license": "MIT",
"scripts": {
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint",
"check": "turbo run check",
"format": "biome format --write .",
"check:fix": "biome check --write .",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "turbo run build --filter=@nestjs-modules/mailer && changeset publish"
},
"pnpm": {
"overrides": {
"@types/node": "25.5.0",
"locutus": ">=3.0.14",
"serialize-javascript": ">=7.0.3",
"webpack": ">=5.104.1",
"ajv": ">=8.18.0"
}
},
"devDependencies": {
"@biomejs/biome": "2.4.8",
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.30.0",
"turbo": "2.8.20"
}
}