{
  "name": "@nullcc/sdet-cli",
  "version": "2.0.9",
  "homepage": "https://github.com/nullcc/sdet-cli",
  "description": "Command line tools collection for SDET",
  "scripts": {
    "test": "npx lerna run test",
    "build": "npx lerna run build",
    "lint": "npx lerna run lint",
    "bootstrap": "npx lerna bootstrap --no-ci",
    "tools:init": "sh scripts/tools-init.sh",
    "prepare": "npm run build",
    "preversion": "npm run lint",
    "postversion": "git push && git push --tags",
    "postinstall": "npx lerna bootstrap --no-ci"
  },
  "author": "Ethan Zhang",
  "bin": {
    "sdet-cli": "./bin/sdet-cli"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/node": "^16.10.4",
    "tslint": "^6.1.3",
    "typescript": "^4.4.4"
  },
  "dependencies": {
    "winston": "^3.3.3",
    "lerna": "^4.0.0"
  }
}
