{
  "name": "taze",
  "type": "module",
  "version": "0.13.3",
  "packageManager": "pnpm@8.15.1",
  "description": "A modern cli tool that keeps your deps fresh",
  "license": "MIT",
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://github.com/antfu/taze#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu/taze.git"
  },
  "bugs": {
    "url": "https://github.com/antfu/taze/issues"
  },
  "main": "dist/index.mjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "bin": {
    "taze": "bin/taze.mjs"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@antfu/ni": "^0.21.12",
    "@npmcli/config": "^8.1.0",
    "cli-progress": "^3.12.0",
    "deepmerge": "^4.3.1",
    "detect-indent": "^7.0.1",
    "execa": "^8.0.1",
    "pacote": "^17.0.6",
    "picocolors": "^1.0.0",
    "prompts": "^2.4.2",
    "semver": "^7.6.0",
    "unconfig": "^0.3.11",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^2.6.4",
    "@antfu/utils": "^0.7.7",
    "@types/cli-progress": "^3.11.5",
    "@types/debug": "^4.1.12",
    "@types/node": "^20.11.16",
    "@types/pacote": "^11.1.8",
    "@types/prompts": "^2.4.9",
    "@types/semver": "^7.5.6",
    "@types/yargs": "^17.0.32",
    "bumpp": "^9.3.0",
    "cross-env": "^7.0.3",
    "debug": "^4.3.4",
    "eslint": "^8.56.0",
    "esno": "^4.0.0",
    "fast-glob": "^3.3.2",
    "rimraf": "^5.0.5",
    "typescript": "^5.3.3",
    "unbuild": "^2.0.0",
    "vitest": "^1.2.2",
    "taze": "0.13.3"
  },
  "scripts": {
    "lint": "eslint .",
    "dev": "cross-env DEBUG=taze:* esno ./src/cli.ts",
    "start": "esno ./src/cli.ts",
    "build": "unbuild",
    "typecheck": "tsc",
    "release": "bumpp && pnpm publish --no-git-checks",
    "test": "vitest"
  }
}