UNPKG

ynpx

Version:
96 lines (95 loc) 2.54 kB
{ "name": "ynpx", "version": "2.1.6", "description": "`npx` equivalent in yarn", "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" ], "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": { "coverage": "npx nyc yarn run test", "lint": "npx eslint **/*.ts", "test": "jest --coverage", "test:jest": "jest --passWithNoTests", "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" }, "dependencies": { "@yarn-tool/env-path": "^2.0.8", "@yarn-tool/get-pkg-bin": "^2.0.10", "@yarn-tool/require-resolve": "^2.0.9", "@yarn-tool/update-notifier": "^1.0.37", "@ynpx/ynpx-argv": "^1.0.14", "bin-exists": "^0.2.1", "bluebird": "^3.7.2", "camel-case": "^4.1.2", "crlf-normalize": "^1.0.16", "cross-spawn-extra": "^2.1.0", "debug-color2": "^1.3.2", "fs-extra": "^10.1.0", "lazy-aggregate-error": "^1.0.19", "lodash": "^4.17.21", "tmp": "^0.2.1", "ts-type": "^3.0.1", "tslib": ">=2", "v8-compile-cache": "^2.3.0", "yargs": "^17.6.0" }, "peerDependencies": { "yarn": "^1.22.19" }, "gitHead": "83538ec5afdb534d16b64b0d2e31ab8696f6c2d6" }