{
  "name": "github-actions-workman",
  "version": "1.7.0",
  "description": "Workman For Egg.js",
  "main": "bin/workman.js",
  "bin": {
    "workman": "bin/workman.js"
  },
  "scripts": {
    "build": "tsc",
    "ci": "npm run test",
    "clean": "./scripts/clean.sh",
    "dev": "tsc -w",
    "lint": "tslint --project . ",
    "semantic-release": "tsc && semantic-release",
    "test": "jest --verbose",
    "test-watch": "jest --watch"
  },
  "author": "Thonatos.Yang <thonatos.yang@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "actions-toolkit": "^2.1.0",
    "debug": "^4.1.1",
    "git-changelog-parser": "^1.0.0",
    "latest-version": "^5.1.0",
    "semver": "^6.1.0"
  },
  "devDependencies": {
    "@types/debug": "^4.1.4",
    "@types/jest": "^24.0.13",
    "@types/node": "^12.0.2",
    "@types/semver": "^6.0.0",
    "jest": "^24.8.0",
    "semantic-release": "^15.13.18",
    "ts-jest": "^24.0.2",
    "tslint": "^5.16.0",
    "typescript": "^3.4.5"
  },
  "release": {
    "branche": "master",
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      "@semantic-release/npm",
      "@semantic-release/github"
    ]
  }
}
