{
  "name": "egg-ci",
  "version": "2.2.0",
  "description": "Auto gen ci config file",
  "main": "index.js",
  "files": [
    "templates",
    "install.js"
  ],
  "scripts": {
    "contributor": "git-contributor",
    "env": "node -e 'console.log(process.env)'",
    "test": "node--test",
    "cov": "c8 node--test && c8 report --reporter=json --reporter=lcov",
    "lint": "eslint *.js test --fix",
    "ci": "npm run lint && npm run cov",
    "egg-ci": "CI_ROOT_FOR_TEST=$PWD node install.js",
    "postinstall": "node install.js",
    "postinstall-local": "CI_ROOT_FOR_TEST=$PWD node install.js"
  },
  "keywords": [
    "egg",
    "github action",
    "ci"
  ],
  "author": "fengmk2 <fengmk2@gmail.com> (https://github.com/fengmk2)",
  "repository": {
    "type": "git",
    "url": "https://github.com/eggjs/egg-ci.git"
  },
  "bug": {
    "url": "https://github.com/eggjs/egg/issues"
  },
  "license": "MIT",
  "dependencies": {
    "nunjucks": "^3.1.3"
  },
  "devDependencies": {
    "c8": "7",
    "eslint": "^8.26.0",
    "eslint-config-egg": "^12.1.0",
    "git-contributor": "1",
    "test": "^3.2.1"
  },
  "engine": {
    "node": ">=14.0.0"
  },
  "ci": {
    "version": "14, 16, 18",
    "os": "linux, macos, windows",
    "license": {
      "year": 2017
    }
  }
}
