-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.99 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "@anchan828/nest-cache-packages",
"version": "0.0.0",
"private": true,
"description": "The cache module for [Nest](https://github.com/nestjs/nest).",
"homepage": "https://github.com/anchan828/nest-cache#readme",
"bugs": {
"url": "https://github.com/anchan828/nest-cache/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anchan828/nest-cache.git"
},
"license": "MIT",
"author": "anchan828 <[email protected]>",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "turbo run build",
"format": "prettier --write '**/*.{ts,js,json,yml,yaml,md}'",
"postinstall": "husky install",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"publish": "lerna publish --yes patch",
"publish:major": "lerna publish --yes major",
"publish:minor": "lerna publish --yes minor",
"test": "turbo run test"
},
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@eslint/compat": "^1.2.0",
"@eslint/js": "^9.12.0",
"@golevelup/ts-jest": "0.6.0",
"@lerna-lite/cli": "3.10.0",
"@lerna-lite/publish": "3.10.0",
"@nestjs/cache-manager": "2.3.0",
"@nestjs/common": "10.4.7",
"@nestjs/core": "10.4.7",
"@nestjs/platform-express": "10.4.7",
"@nestjs/testing": "10.4.7",
"@types/jest": "29.5.14",
"@types/lru-cache": "7.10.10",
"@types/node": "22.9.0",
"@types/supertest": "6.0.2",
"cache-manager": "5.7.6",
"eslint": "9.14.0",
"husky": "9.1.6",
"jest": "29.7.0",
"lint-staged": "15.2.10",
"lru-cache": "11.0.2",
"prettier": "3.3.3",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"supertest": "7.0.0",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"turbo": "2.2.3",
"typescript": "5.6.3",
"typescript-eslint": "^8.8.1",
"ulid": "2.3.0"
},
"volta": {
"node": "20.18.0"
},
"packageManager": "[email protected]"
}