-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 850 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 850 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
{
"name": "@nestjs-modules/ioredis-monorepo",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@10.32.1",
"description": "NestJS IoRedis 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/ioredis && changeset publish"
},
"pnpm": {
"overrides": {
"serialize-javascript": ">=7.0.3",
"ajv@>=7": ">=8.18.0"
}
},
"devDependencies": {
"@biomejs/biome": "2.4.8",
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.30.0",
"turbo": "2.8.20"
}
}