{
  "name": "waka-pm",
  "version": "1.0.10",
  "description": "a pnpm supplement for enforcing consistent versions across all workspaces",
  "main": "cli.js",
  "private": false,
  "files": [
    "dist",
    "cli.js",
    "README.md"
  ],
  "bin": {
    "waka-pm": "./cli.js"
  },
  "pkg": {
    "scripts": "./dist/**/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/napisani/waka.git"
  },
  "homepage": "https://github.com/napisani/waka#readme",
  "keywords": [
    "pnpm",
    "workspace",
    "version",
    "monorepo",
    "management",
    "cli",
    "waka",
    "consistency"
  ],
  "author": "Nick Pisani",
  "license": "ISC",
  "dependencies": {
    "@inquirer/select": "^1.3.0",
    "cmd-ts": "^0.13.0",
    "glob": "^10.3.10",
    "semver": "^7.5.4",
    "shelljs": "^0.8.5",
    "yaml": "^2.3.3",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@types/eslint": "^8.44.2",
    "@types/inquirer": "^9.0.6",
    "@types/jest": "^29.5.7",
    "@types/node": "^20.8.10",
    "@types/semver": "^7.5.4",
    "@types/shelljs": "^0.8.14",
    "@typescript-eslint/eslint-plugin": "^6.5.0",
    "@typescript-eslint/parser": "^6.5.0",
    "eslint": "^8.48.0",
    "eslint-config-airbnb-typescript": "^17.1.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-import-resolver-typescript": "^3.6.1",
    "eslint-plugin-import": "^2.28.1",
    "eslint-plugin-prettier": "^5.0.0",
    "jest": "^29.7.0",
    "prettier": "^3.0.0",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "tslib": "^2.6.2",
    "typescript": "^5.2.2"
  },
  "scripts": {
    "precommit": "pnpm run lint:fix && pnpm run build",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "build": "tsc -p tsconfig.build.json",
    "buildProd": "tsc -p tsconfig.build.json",
    "test": "jest --config ./jest.config.ts --runInBand"
  }
}