{
  "name": "review-edit-auto",
  "version": "1.2.6",
  "description": "scan your project, only review edited code in given time-range automatic",
  "main": "lib/index.js",
  "bin": {
    "review": "lib/index.js"
  },
  "scripts": {
    "test": "cd ./test && ts-node index.test.js",
    "clean": "rimraf lib",
    "compile": "tsc --build tsconfig.json",
    "build": "npm run clean && npm run compile",
    "prepublish": "",
    "localTest": "ts-node ./src/index code --since 2022-03-10"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/huxinmin/reviewEditAuto.git"
  },
  "keywords": [
    "code",
    "review"
  ],
  "dependencies": {
    "@typescript-eslint/eslint-plugin": "^5.14.0",
    "@typescript-eslint/parser": "^5.14.0",
    "chalk": "4.1.2",
    "cross-spawn": "^7.0.3",
    "dayjs": "^1.10.8",
    "eslint": "^7.25.0",
    "eslint-config-airbnb": "18.2.1",
    "eslint-config-google": "^0.14.0",
    "eslint-config-react-app": "^6.0.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-config-standard-jsx": "^10.0.0",
    "eslint-plugin-flowtype": "^5.2.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-react": "^7.21.5",
    "eslint-plugin-react-hooks": "^1.7.0",
    "eslint-plugin-security": "^1.4.0",
    "eslint-plugin-sonarjs": "^0.12.0",
    "figlet": "1.5.2",
    "glob": "^7.2.0",
    "ignore": "^5.2.0",
    "ora": "5.4.1",
    "shelljs": "^0.8.5",
    "signale": "1.4.0",
    "simple-git": "^3.2.6",
    "table": "6.8.0",
    "ts-node": "^10.7.0",
    "typescript": "^4.6.2",
    "xlsx": "^0.18.3",
    "yargs": "17.3.1"
  },
  "devDependencies": {
    "@types/eslint": "^7.25.0",
    "@types/node": "^10.7.0",
    "@types/shelljs": "^0.8.11",
    "@types/signale": "^1.4.4",
    "@types/yargs": "17.0.9",
    "rimraf": "^3.0.2"
  },
  "author": "huxinmin",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/huxinmin/reviewEditAuto/issues"
  },
  "homepage": "https://github.com/huxinmin/reviewEditAuto#readme"
}
