@lakutata-component/cacher
Version:
Lakutata Cacher Component
76 lines (75 loc) • 2.05 kB
JSON
{
"name": "@lakutata-component/cacher",
"version": "1.0.15",
"description": "Lakutata Cacher Component",
"main": "./distro/CacherComponent.js",
"types": "./distro/CacherComponent.d.ts",
"scripts": {
"lakutata": "node ./node_modules/@lakutata/cli",
"clean": "shx rm -rf ./distro",
"build": "tsc",
"rebuild": "npm run clean && npm run build",
"prepare": "npm run compile",
"compile": "npm run rebuild && shx rm -rf ./distro/tests/*",
"test": "node -r ./node_modules/ts-node/register src/tests/CacherComponent.test.spec.ts"
},
"keywords": [
"lakutata",
"cache",
"cacher",
"redis",
"ioredis",
"memcached",
"fs",
"memory",
"component"
],
"author": "alex.ma",
"license": "MIT",
"dependencies": {
"bluebird": "^3.7.2",
"cache-manager": "^4.1.0",
"cache-manager-fs-hash": "^1.0.0",
"cache-manager-ioredis": "^2.1.0",
"cache-manager-memcached-store": "^4.0.0",
"lodash": "^4.17.21",
"memcache-plus": "^0.2.22"
},
"devDependencies": {
"@lakutata/cli": "^1.0.31",
"@lakutata/core": "^1.0.52",
"@types/bluebird": "^3.5.36",
"@types/cache-manager": "^4.0.1",
"@types/cache-manager-fs-hash": "^0.0.1",
"@types/cache-manager-ioredis": "^2.0.2",
"@types/lodash": "^4.14.179",
"@types/node": "^16.11.7",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "~4.7.4"
},
"engines": {
"node": ">=12.22.1"
},
"lakutata": {
"type": "component",
"directories": {
"exceptions": "src/exceptions"
}
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://gitee.com/nnxr/lakutata-component-cacher.git"
}
}