{
	"name": "@unode/egg-recachegoose",
	"version": "1.0.2",
	"description": "recachegoose for egg.js",
	"eggPlugin": {
		"name": "recachegoose"
	},
	"keywords": [
		"egg",
		"eggPlugin",
		"egg-plugin",
        "redis",
        "mongoose",
        "cache"
	],
	"dependencies": {
		"sha1": "^1.1.1"
	},
	"devDependencies": {
		"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": "^7.32.0",
		"eslint-plugin-yanxin": "^1.0.39"
	},
	"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": [
		"agent.js",
		"config",
		"app",
		"app.js",
        "lib"
	],
	"ci": {
		"version": "8, 10"
	},
	"repository": {
		"type": "git",
		"url": ""
	},
	"bugs": {
		"url": "https://github.com/eggjs/egg/issues"
	},
	"homepage": "",
	"author": "yanxin",
	"license": "MIT"
}
