UNPKG

egg-plugin-context

Version:
105 lines (104 loc) 2.34 kB
{ "name": "egg-plugin-context", "description": "An egg middleware for adding contexts", "version": "1.1.1", "packageManager": "pnpm@8.5.1", "eggPlugin": { "name": "withContext" }, "files": [ "app", "config", "app.js" ], "scripts": { "test": "pnpm run lint -- --fix && egg-bin pkgfiles && pnpm run test-local", "test-local": "egg-bin test", "cov": "egg-bin cov", "lint": "eslint .", "ci": "egg-bin pkgfiles --check && pnpm run lint && pnpm run cov", "pkgfiles": "egg-bin pkgfiles", "pub": "tscjs scripts/publish", "unpub": "tscjs scripts/unpublish", "sync": "tscjs scripts/sync", "workflow:publish-test": "zx scripts/workflow.mjs", "dist": "run-s eslint prettier pub", "autod": "autod", "eslint": "eslint --fix --ext .ts,.js ./", "prettier": "prettier --write \"**/*.{js,ts,json,md}\"" }, "dependencies": { "js-cool": "^4.0.0" }, "devDependencies": { "@eslint-sets/eslint-config-basic": "^5.2.0", "autod": "^3.1.2", "autod-egg": "^1.1.0", "egg": "^3.16.0", "egg-bin": "^6.4.0", "egg-ci": "^2.2.0", "eslint": "^8.40.0", "eslint-config-egg": "^12.2.1", "eslint-plugin-jsdoc": "^44.2.4", "load-yml": "^1.3.0", "npm-run-all": "^4.1.5", "prettier": "^2.8.8", "prettier-config-common": "^1.4.0", "reinstaller": "^3.0.0", "tsnd": "^1.1.0", "zx": "^7.2.2" }, "peerDependencies": { "egg": ">= 2", "egg-bin": ">= 4", "js-cool": ">= 4" }, "engines": { "node": ">=12.0.0" }, "resolutions": { "fsevents": ">= 2.0.0" }, "pnpm": { "peerDependencyRules": { "ignoreMissing": [ "@babel/core", "@types/node", "webpack", "typescript", "mocha" ], "allowedVersions": { "eslint": ">= 8.0.0", "fsevents": ">= 2.0.0" } } }, "keywords": [ "eggjs", "eggPlugin", "egg-plugin-context", "egg-plugin", "egg-middleware", "egg-context", "withContext", "context" ], "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "ci": { "version": "12, 14, 16, 18" }, "license": "MIT", "author": "saqqdy <https://github.com/saqqdy>", "homepage": "https://github.com/saqqdy/egg-plugin-context#readme", "bugs": { "url": "https://github.com/saqqdy/egg-plugin-context/issues" }, "repository": { "type": "git", "url": "git+https://github.com/saqqdy/egg-plugin-context.git" } }