1 Star 2 Fork 0

tmkmk / egg-cache

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "@mac-xiang/egg-cache",
"version": "1.0.1-13",
"description": "egg全局缓存读写",
"main": "app.js",
"egg": {
"typescript": true,
"declarations": true
},
"eggPlugin": {
"name": "cache"
},
"keywords": [
"egg",
"eggPlugin",
"egg-plugin",
"cache"
],
"types": "./index.d.ts",
"dependencies": {
"@mac-xiang/method": "^1.0.2-9"
},
"devDependencies": {
"@types/range-parser": "^1.2.3",
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"egg": "^2.16.0",
"egg-bin": "^4.11.0",
"egg-ci": "^1.11.0",
"egg-mock": "^3.21.0",
"eslint": "^5.13.0",
"eslint-config-egg": "^7.1.0",
"ets": "^1.0.3"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "egg-bin pkgfiles --check && npm run lint && npm run cov",
"pkgfiles": "egg-bin pkgfiles",
"autod": "autod"
},
"files": [
"*.js",
"*.d.ts",
"config",
"LICENSE",
"README.md"
],
"ci": {
"version": "8, 10"
},
"repository": {
"type": "git",
"url": "https://gitee.com/tmkmk/egg-cache.git"
},
"bugs": {
"url": "https://gitee.com/tmkmk/egg-cache/issues"
},
"homepage": "https://gitee.com/tmkmk/egg-cache#readme",
"author": "tmkmk",
"license": "AGPL-3.0"
}
TypeScript
1
https://gitee.com/tmkmk/egg-cache.git
git@gitee.com:tmkmk/egg-cache.git
tmkmk
egg-cache
egg-cache
master

搜索帮助