{
  "name": "reg-keygen-git-hash-plugin",
  "version": "0.14.5",
  "description": "Detect the snapshot key to be compare with using Git hash.",
  "regSuitPlugin": {
    "recommended": true
  },
  "main": "lib/index.js",
  "scripts": {
    "prepublish": "tsc -p tsconfig.build.json",
    "test": "jest",
    "watch:test": "jest --watch",
    "gen:fixtures": "find test/builder -type f -name *.sh -exec sh {} \\;"
  },
  "keywords": [
    "reg",
    "reg-suit-plugin"
  ],
  "author": {
    "name": "Quramy",
    "email": "yosuke.kurami@gmail.com"
  },
  "repository": "git+https://github.com/reg-viz/reg-suit.git",
  "license": "MIT",
  "dependencies": {
    "reg-suit-util": "^0.14.3",
    "shell-escape": "^0.2.0"
  },
  "devDependencies": {
    "@types/jest": "29.5.13",
    "@types/shell-escape": "0.2.3",
    "glob": "7.2.3",
    "jest": "29.7.0",
    "reg-suit-interface": "^0.14.2",
    "rimraf": "5.0.5",
    "ts-jest": "29.1.2",
    "typescript": "4.5.2"
  },
  "gitHead": "a7bf19d1e2b9b4a70dce1a9f7a9bc6d8be3f1199"
}
