@hz-9/a5-cache
Version:
Cache module for the @hz-9/a5-* series of repositories, based on cache-manager.
75 lines • 1.85 kB
JSON
{
"name": "@hz-9/a5-cache",
"version": "0.2.0-alpha.30",
"description": "Cache module for the @hz-9/a5-* series of repositories, based on cache-manager.",
"keywords": [
"nest",
"a5",
"a5-cache",
"cache",
"cache-manager"
],
"homepage": "https://hz-9.github.io/a5/guide/a5-cache",
"bugs": {
"url": "https://github.com/hz-9/a5/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/hz-9/a5.git",
"directory": "library/cache"
},
"license": "MIT",
"author": "Chen Zhen <heavenzhen999@163.com>",
"exports": {
".": {
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./*": {
"require": "./dist/*.js",
"types": "./dist/*.d.ts"
}
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/**/*.{d.ts,js}"
],
"dependencies": {
"cache-manager": "^7.0.0",
"keyv": "^5.0.0"
},
"devDependencies": {
"@hz-9/eslint-config-airbnb-ts": "~0.6.0",
"@nestjs/cli": "^10.0.0",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@rushstack/heft": "0.66.1",
"@types/heft-jest": "~1.0.3",
"@types/node": "~20.3.1",
"eslint": "^8.2.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"ts-node": "^10.9.1",
"typescript": ">=5.0.0 <5.4.0",
"@hz-9/a5-core": "0.2.0-alpha.30",
"@hz-9/heft-nest-rig": "0.1.2"
},
"peerDependencies": {
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"@hz-9/a5-core": "0.2.0-alpha.30"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "heft test-all --clean",
"lint": "heft lint",
"test": "heft test --clean",
"test:watch": "heft test-watch --clean"
}
}