You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

68 lines
2.0 KiB

{
"name": "@nestjs/cache-manager",
"version": "3.1.0",
"description": "Nest - modern, fast, powerful node.js web framework (@cache-manager)",
"author": "Kamil Mysliwiec",
"license": "MIT",
"url": "https://github.com/nestjs/cache-manager#readme",
"scripts": {
"build": "rimraf -rf dist && tsc -p tsconfig.json",
"format": "prettier --write \"{lib,test}/**/*.ts\"",
"lint": "eslint 'lib/**/*.ts' --fix",
"prepublish:npm": "npm run build",
"publish:npm": "npm publish --access public",
"prepublish:next": "npm run build",
"publish:next": "npm publish --access public --tag next",
"test:e2e": "jest --config ./tests/jest-e2e.json --runInBand",
"prerelease": "npm run build",
"release": "release-it",
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "20.2.0",
"@commitlint/config-angular": "20.2.0",
"@eslint/eslintrc": "3.3.3",
"@eslint/js": "9.39.2",
"@keyv/redis": "5.1.5",
"@nestjs/common": "11.1.10",
"@nestjs/core": "11.1.10",
"@nestjs/platform-express": "11.1.10",
"@nestjs/testing": "11.1.10",
"@types/jest": "30.0.0",
"@types/node": "24.10.4",
"@types/supertest": "6.0.3",
"cache-manager": "7.2.7",
"cacheable": "2.3.1",
"eslint": "9.39.2",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.4",
"globals": "16.5.0",
"husky": "9.1.7",
"jest": "30.2.0",
"keyv": "5.5.5",
"lint-staged": "16.2.7",
"prettier": "3.7.4",
"reflect-metadata": "0.2.2",
"release-it": "19.1.0",
"rimraf": "6.1.2",
"rxjs": "7.8.2",
"supertest": "7.1.4",
"ts-jest": "29.4.6",
"typescript": "5.9.3",
"typescript-eslint": "8.50.1"
},
"peerDependencies": {
"@nestjs/common": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@nestjs/core": "^9.0.0 || ^10.0.0 || ^11.0.0",
"cache-manager": ">=6",
"keyv": ">=5",
"rxjs": "^7.8.1"
},
"lint-staged": {
"**/*.{ts,json}": []
},
"repository": {
"type": "git",
"url": "https://github.com/nestjs/cache-manager"
}
}