{
  "name": "@mvf/genvicer",
  "version": "2.2.2",
  "license": "MIT",
  "scripts": {
    "watch": "tsc --preserveWatchOutput --watch",
    "compile": "tsc",
    "test": "ENVIRONMENT_FILE=testing DATADOG_MOCK=true jest --runInBand --config=jest.config.js",
    "lint": "eslint './src/**/*.ts'"
  },
  "dependencies": {
    "@mvf/logger": "^1.0.3",
    "@types/lodash": "^4.14.178",
    "@types/yargs": "^17.0.8",
    "commander": "^9.0.0",
    "lodash": "^4.17.21",
    "yargs": "^17.3.1"
  },
  "devDependencies": {
    "@types/jest": "^27.4.0",
    "@types/node": "^17.0.14",
    "@typescript-eslint/eslint-plugin": "^5.10.2",
    "@typescript-eslint/parser": "^5.10.2",
    "eslint": "^8.8.0",
    "eslint-config-airbnb-typescript": "^16.1.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.28.0",
    "husky": "^7.0.4",
    "install": "^0.13.0",
    "jest": "^27.4.7",
    "lint-staged": "^12.3.3",
    "prettier": "^2.5.1",
    "typescript": "^4.5.5"
  },
  "lint-staged": {
    "*.{ts}": [
      "eslint --fix"
    ]
  }
}
