UNPKG

yarn-plugin-auto-install

Version:

A yarn (berry) plugin for running `yarn install` automatically.

68 lines (67 loc) 2.33 kB
{ "name": "yarn-plugin-auto-install", "version": "2.0.2", "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", "cleanup": "yarn format && yarn lint-fix", "format": "sort-package-json && yarn prettify", "_postinstall": "husky || true", "lint": "eslint --color \"./{scripts,src,tests}/**/*.{cjs,cts,js,jsx,mjs,mts,ts,tsx}\"", "lint-fix": "yarn lint --fix", "prepack": "pinst --disable", "postpack": "pinst --enable", "prepare": "husky || true", "prettify": "prettier --cache --color --write \"**/{.*/,}*.{cjs,css,cts,htm,html,js,json,json5,jsonc,jsx,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}\" \"!**/test-fixtures/**\"", "typecheck": "tsc --noEmit --Pretty" }, "prettier": "@willbooster/prettier-config", "devDependencies": { "@semantic-release/exec": "6.0.3", "@types/eslint": "8.56.10", "@types/micromatch": "4.0.7", "@types/node": "20.14.2", "@typescript-eslint/eslint-plugin": "8.10.0", "@typescript-eslint/parser": "8.10.0", "@willbooster/eslint-config-ts": "10.6.0", "@willbooster/prettier-config": "9.1.2", "@yarnpkg/core": "4.0.5", "build-ts": "12.1.0", "conventional-changelog-conventionalcommits": "8.0.0", "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", "eslint-import-resolver-typescript": "3.6.3", "eslint-plugin-import": "2.31.0", "eslint-plugin-sort-class-members": "1.20.0", "eslint-plugin-sort-destructure-keys": "2.0.0", "eslint-plugin-unicorn": "56.0.0", "husky": "9.1.6", "lint-staged": "15.2.10", "micromatch": "4.0.8", "pinst": "3.0.0", "prettier": "3.3.3", "semantic-release": "24.1.0", "sort-package-json": "2.10.1", "typescript": "5.6.3" }, "packageManager": "yarn@4.5.1", "publishConfig": { "access": "public" } }