UNPKG

@pnpm/link-bins

Version:
73 lines 1.97 kB
{ "name": "@pnpm/link-bins", "version": "1000.0.12", "description": "Link bins to node_modules/.bin", "keywords": [ "pnpm", "pnpm10", "bin" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/blob/main/pkg-manager/link-bins", "homepage": "https://github.com/pnpm/pnpm/blob/main/pkg-manager/link-bins#readme", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": "./lib/index.js" }, "files": [ "lib", "!*.map" ], "dependencies": { "@zkochan/cmd-shim": "^7.0.0", "@zkochan/rimraf": "^3.0.2", "bin-links": "^4.0.4", "is-subdir": "^1.2.0", "is-windows": "^1.0.2", "normalize-path": "^3.0.0", "p-settle": "^4.1.1", "ramda": "npm:@pnpm/ramda@0.28.1", "semver": "^7.7.1", "symlink-dir": "^6.0.5", "@pnpm/error": "1000.0.2", "@pnpm/manifest-utils": "1001.0.0", "@pnpm/package-bins": "1000.0.7", "@pnpm/read-modules-dir": "1000.0.0", "@pnpm/types": "1000.5.0", "@pnpm/read-package-json": "1000.0.8", "@pnpm/read-project-manifest": "1000.0.10" }, "peerDependencies": { "@pnpm/logger": ">=5.1.0 <1001.0.0" }, "devDependencies": { "@types/is-windows": "^1.0.2", "@types/node": "^18.19.34", "@types/normalize-path": "^3.0.2", "@types/ramda": "0.29.12", "@types/semver": "7.5.3", "cmd-extension": "^1.0.2", "tempy": "^1.0.1", "@pnpm/test-fixtures": "0.1.37", "@pnpm/link-bins": "1000.0.12", "@pnpm/logger": "1001.0.0" }, "engines": { "node": ">=18.12" }, "jest": { "preset": "@pnpm/jest-config" }, "scripts": { "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "_test": "jest", "test": "pnpm run compile && pnpm run _test", "fix": "tslint -c tslint.json --project . --fix", "compile": "tsc --build && pnpm run lint --fix" } }