{
  "name": "install-all",
  "version": "2.1.1",
  "description": "Recursively install packages in all subdirectories with package.json files, using the appropriate package manager.",
  "keywords": [
    "install",
    "packages",
    "npm",
    "yarn",
    "pnpm",
    "bun",
    "recursive"
  ],
  "main": "index.js",
  "bin": {
    "install-all": "index.js"
  },
  "author": "Ligerzero <ligerzero459@gmail.com>",
  "license": "MIT",
  "scripts": {
    "test": "jest --coverage"
  },
  "dependencies": {
    "async": "^3.2.6",
    "chalk": "^4.1.2",
    "clui": "^0.3.6",
    "figlet": "^1.11.0"
  },
  "devDependencies": {
    "jest": "^29.7.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ligerzero459/install-all.git"
  },
  "homepage": "https://github.com/ligerzero459/install-all",
  "bugs": {
    "url": "https://github.com/ligerzero459/install-all/issues"
  },
  "engines": {
    "node": ">=20"
  }
}
