{
  "name": "yarn-plugin-auto-install",
  "version": "2.0.7",
  "description": "A yarn (berry) plugin for running `yarn install` automatically.",
  "keywords": [
    "yarn",
    "berry",
    "zero-installs",
    "install",
    "automation"
  ],
  "repository": "github:WillBooster/yarn-plugin-auto-install",
  "license": "Apache-2.0",
  "author": "WillBooster Inc.",
  "type": "module",
  "main": "dist/index.cjs",
  "bin": "./bin/install-plugin.cjs",
  "files": [
    "bin/"
  ],
  "scripts": {
    "build": "build-ts app -m cjs --inline VERSION && mv dist/index.js dist/index.cjs && cp dist/index.cjs .yarn/plugins/plugin-auto-install.cjs",
    "check-all-for-ai": "yarn check-for-ai && yarn test",
    "check-for-ai": "yarn install > /dev/null && yarn format > /dev/null 2> /dev/null || true && yarn lint-fix --quiet && yarn typecheck",
    "cleanup": "yarn format && yarn lint-fix",
    "format": "sort-package-json && yarn prettify",
    "_postinstall": "husky || true",
    "lint": "eslint --color",
    "lint-fix": "yarn lint --fix",
    "prepack": "pinst --disable",
    "postpack": "pinst --enable",
    "prepare": "husky || true",
    "prettify": "prettier --cache --color --write \"**/{.*/,}*.{cjs,css,cts,htm,html,java,js,json,json5,jsonc,jsx,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}\" \"!**/test{-,/}fixtures/**\" || true",
    "typecheck": "tsc --noEmit --Pretty"
  },
  "prettier": "@willbooster/prettier-config",
  "devDependencies": {
    "@semantic-release/exec": "7.1.0",
    "@types/eslint": "9.6.1",
    "@types/micromatch": "4.0.10",
    "@types/node": "24.10.1",
    "@willbooster/eslint-config-ts": "11.4.11",
    "@willbooster/prettier-config": "10.2.2",
    "@yarnpkg/core": "4.5.0",
    "build-ts": "17.0.5",
    "conventional-changelog-conventionalcommits": "9.1.0",
    "eslint": "9.39.1",
    "eslint-config-flat-gitignore": "2.1.0",
    "eslint-config-prettier": "10.1.8",
    "eslint-import-resolver-typescript": "4.4.4",
    "eslint-plugin-import-x": "4.16.1",
    "eslint-plugin-sort-class-members": "1.21.0",
    "eslint-plugin-sort-destructure-keys": "2.0.0",
    "eslint-plugin-unicorn": "62.0.0",
    "eslint-plugin-unused-imports": "4.3.0",
    "globals": "16.5.0",
    "husky": "9.1.7",
    "lint-staged": "16.2.7",
    "micromatch": "4.0.8",
    "pinst": "3.0.0",
    "prettier": "3.7.3",
    "prettier-plugin-java": "2.7.7",
    "semantic-release": "25.0.2",
    "sort-package-json": "3.5.0",
    "typescript": "5.9.3",
    "typescript-eslint": "8.48.0"
  },
  "packageManager": "yarn@4.12.0",
  "publishConfig": {
    "access": "public"
  }
}
