{
  "name": "egg-view-ejs",
  "version": "3.0.0",
  "description": "egg view plugin for ejs",
  "eggPlugin": {
    "name": "ejs",
    "dependencies": [
      "view"
    ]
  },
  "keywords": [
    "egg",
    "eggPlugin",
    "egg-plugin",
    "egg-view",
    "ejs"
  ],
  "dependencies": {
    "ejs": "^3"
  },
  "devDependencies": {
    "autod": "^3",
    "egg": "^2",
    "egg-bin": "^4",
    "egg-ci": "^2",
    "egg-mock": "^4",
    "eslint": "^8",
    "eslint-config-egg": "^12"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "scripts": {
    "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",
    "autod": "autod"
  },
  "files": [
    "config",
    "app",
    "lib",
    "app.js"
  ],
  "ci": {
    "version": "14, 16",
    "type": "github"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eggjs/egg-view-ejs.git"
  },
  "bugs": {
    "url": "https://github.com/eggjs/egg/issues"
  },
  "homepage": "https://github.com/eggjs/egg-view-ejs#readme",
  "author": "popomore <sakura9515@gmail.com>",
  "license": "MIT"
}
