{
  "name": "reclaimspace",
  "version": "0.3.0",
  "description": "A CLI tool to reclaim disk space by finding and removing regeneratable development folders.",
  "main": "src/main.js",
  "exports": {
    ".": "./src/main.js"
  },
  "packageManager": "pnpm@10.28.2",
  "type": "module",
  "engines": {
    "node": ">=18.12.0"
  },
  "bin": {
    "reclaimspace": "dist/reclaimspace.min.js"
  },
  "scripts": {
    "test": "jest",
    "build": "node scripts/build.js",
    "prepublishOnly": "pnpm build",
    "lint": "biome lint . --write",
    "clean": "reclaimspace --yes",
    "format": "biome format . --write",
    "check": "biome check . --write",
    "prepare": "husky"
  },
  "lint-staged": {
    "*.js": [
      "biome check --write --no-errors-on-unmatched"
    ]
  },
  "keywords": [
    "cli",
    "cleaner",
    "node_modules",
    "disk-space",
    "reclaim",
    "purge",
    "build-cleaner",
    "shopify",
    "turbo"
  ],
  "author": "gaureshpai",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/gaureshpai/reclaimspace.git"
  },
  "homepage": "https://gaureshpai.github.io/reclaimspace/",
  "bugs": {
    "url": "https://github.com/gaureshpai/reclaimspace/issues"
  },
  "files": [
    "dist/",
    "src/",
    "LICENSE",
    "README.md"
  ],
  "devDependencies": {
    "@babel/plugin-transform-modules-commonjs": "^7.28.6",
    "@babel/preset-env": "^7.29.0",
    "@biomejs/biome": "^2.4.11",
    "esbuild": "^0.25.0",
    "husky": "^9.1.7",
    "jest": "^30.2.0",
    "lint-staged": "^16.2.7",
    "reclaimspace": "latest"
  },
  "jest": {
    "transform": {
      "^.+\\.js$": "babel-jest"
    },
    "testMatch": [
      "**/__tests__/**/*.js"
    ]
  },
  "pnpm": {
    "overrides": {
      "glob": "10.5.0"
    }
  }
}
