{
  "name": "find-git-root",
  "version": "1.1.0",
  "description": "recursively find the closest .git/",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "mocha",
    "preversion": "npm test",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/banyudu/find-git-root.git"
  },
  "keywords": [
    "find",
    "git",
    "root"
  ],
  "author": "Yudu Ban <banyudu@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/banyudu/find-git-root/issues"
  },
  "homepage": "https://github.com/banyudu/find-git-root#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "mocha": "^11.3.0",
    "power-assert": "^1.4.2"
  }
}
