{
  "name": "reg-notify-gitlab-plugin",
  "version": "0.14.5",
  "description": "Notify reg-suit result to GitLab repository",
  "main": "lib/index.js",
  "scripts": {
    "test": "jest",
    "prepublish": "tsc -p tsconfig.build.json",
    "watch": "tsc -p tsconfig.build.json -w"
  },
  "keywords": [
    "reg",
    "GitLab"
  ],
  "author": {
    "name": "Quramy",
    "email": "yosuke.kurami@gmail.com"
  },
  "repository": "git+https://github.com/reg-viz/reg-suit.git",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "29.5.13",
    "@types/sinon": "10.0.11",
    "jest": "29.7.0",
    "reg-suit-interface": "^0.14.2",
    "sinon": "11.1.2",
    "ts-jest": "29.1.2",
    "typescript": "4.5.2"
  },
  "dependencies": {
    "reg-suit-util": "^0.14.3"
  },
  "gitHead": "a7bf19d1e2b9b4a70dce1a9f7a9bc6d8be3f1199"
}
