{
  "name": "ynpx",
  "version": "3.0.4",
  "description": "`npx` equivalent in yarn, with multi-package-manager support (pnpm, yarn, npm)",
  "keywords": [
    "yarn",
    "run",
    "local",
    "bin",
    "scripts",
    "script",
    "package",
    "project",
    "npx",
    "dlx",
    "npm",
    "npm exec",
    "shell",
    "npm bin",
    "cli",
    "ypx",
    "ynpx",
    "yypx",
    "yarn-tool",
    "npm run",
    "yarn run",
    "alias",
    "global",
    "pnpm",
    "package-manager",
    "temp-directory",
    "execute",
    "run-local"
  ],
  "homepage": "https://github.com/bluelovers/ws-ypx/tree/master/packages/ypx#readme",
  "bugs": {
    "url": "https://github.com/bluelovers/ws-ypx/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bluelovers/ws-ypx.git",
    "directory": "packages/ypx"
  },
  "license": "ISC",
  "author": "",
  "main": "index.js",
  "bin": {
    "ynpx": "bin/ypx.js",
    "ypx": "bin/ypx.js",
    "yypx": "bin/ypx.js"
  },
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "bin:self": "ts-node bin/ypx.ts",
    "coverage": "npx nyc yarn run test",
    "lint": "npx eslint **/*.ts",
    "test": "jest --coverage",
    "test:jest": "jest --passWithNoTests",
    "test:jest:coverage": "node --run test:jest -- --coverage",
    "test:jest:snapshot": "yarn run test:jest -- -u",
    "test:snapshot": "yarn run test -- -u",
    "test:tsd": "ynpx tsd",
    "test:update-snapshots": "yarn run test -- -u",
    "npm:publish": "npm publish",
    "preversion": "yarn run test",
    "prepublishOnly_": "yarn run ncu && yarn run sort-package-json && yarn run test",
    "prepublishOnly:all": "yarn run ncu && npx yarn-tool install && yarn run preversion && yarn run sort-package-json & yarn run cli:help",
    "postpublish_": "git commit -m \"chore(release): publish\" .",
    "cli:help": "ts-node bin/ypx -h",
    "ncu": "npx yarn-tool ncu -u",
    "sort-package-json": "npx yarn-tool sort",
    "tsc:default": "tsc -p tsconfig.json",
    "tsc:esm": "tsc -p tsconfig.esm.json",
    "tsc:showConfig": "ynpx get-current-tsconfig -p"
  },
  "dependencies": {
    "@yarn-tool/detect-package-manager": "^1.0.9",
    "@yarn-tool/env-path": "^2.0.14",
    "@yarn-tool/get-pkg-bin": "^3.0.10",
    "@yarn-tool/normalize-deps-value": "^2.0.8",
    "@yarn-tool/npa-to-deps": "^3.0.7",
    "@yarn-tool/npm-package-arg-util": "^2.0.7",
    "@yarn-tool/require-resolve": "^4.0.8",
    "@yarn-tool/update-notifier": "^1.0.47",
    "@ynpx/ynpx-argv": "^1.0.19",
    "bin-exists": "^0.2.1",
    "bluebird": "^3.7.2",
    "camel-case": "^4.1.2",
    "crlf-normalize": "^1.0.20",
    "cross-spawn-extra": "^3.0.3",
    "debug-color2": "^1.3.2",
    "fs-extra": "^11.3.4",
    "lazy-aggregate-error": "^1.0.21",
    "lodash": "^4.18.1",
    "tmp": "^0.2.5",
    "ts-type": "^3.0.13",
    "tslib": ">=2",
    "upath2": "^3.1.23",
    "which": "^6.0.1",
    "yargs": "<18 >=17.7.2"
  },
  "devDependencies": {
    "@types/which": "^3.0.4"
  },
  "gitHead": "aa0e4f7d07bcb383e96c0d51b2abee015c43e45f"
}
