{
  "name": "code-recheck",
  "version": "1.1.2",
  "description": "一键查重，自动检查项目中的重复代码",
  "main": "index.js",
  "scripts": {
    "start": "node index",
    "test": "node test"
  },
  "author": "zk",
  "license": "MIT",
  "keywords": [
    "代码查重",
    "codeReview"
  ],
  "homepage": "https://github.com/zhangkun-Jser/code-recheck.git#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/zhangkun-Jser/code-recheck.git"
  },
  "bin": {
    "check": "./bin/check.js"
  },
  "dependencies": {
    "jsinspect": "^0.12.7",
    "simple-git": "^1.128.0"
  }
}
