UNPKG

egg-view

Version:
66 lines (65 loc) 1.36 kB
{ "name": "egg-view", "version": "2.1.4", "description": "Base view plugin for egg", "eggPlugin": { "name": "view" }, "keywords": [ "egg", "eggPlugin", "egg-plugin", "egg-view", "view" ], "dependencies": { "mz": "^2.7.0" }, "devDependencies": { "@eggjs/tsconfig": "^1.0.0", "@types/node": "^16", "autod": "^3.1.2", "coffee": "^5.4.0", "egg": "^2.14.2", "egg-bin": "^4", "egg-ci": "^1", "egg-mock": "^4.2.1", "eslint": "^4", "eslint-config-egg": "5", "mz-modules": "^1.0.0", "typescript": "^4.7.3" }, "engines": { "node": ">=8.0.0" }, "scripts": { "autod": "autod", "test": "npm run lint -- --fix && npm run test-local", "test-local": "egg-bin test", "cov": "egg-bin cov", "lint": "eslint .", "ci": "npm run lint && npm run cov", "pkgfiles": "egg-bin pkgfiles" }, "files": [ "app", "lib", "index.d.ts", "config" ], "types": "index.d.ts", "ci": { "version": "8, 10, 12, 14, 16", "type": "github" }, "repository": { "type": "git", "url": "git+https://github.com/eggjs/egg-view.git" }, "bugs": { "url": "https://github.com/eggjs/egg/issues" }, "homepage": "https://github.com/eggjs/egg-view#readme", "author": "popomore <sakura9515@gmail.com>", "license": "MIT" }