mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-11 09:28:24 -04:00
64 lines
1.9 KiB
JSON
64 lines
1.9 KiB
JSON
{
|
|
"name": "@pnpm/link-bins",
|
|
"version": "6.2.1",
|
|
"description": "Link bins to node_modules/.bin",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"engines": {
|
|
"node": ">=12.17"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint src/**/*.ts test/**/*.ts",
|
|
"pretest": "ncp test/fixtures test/fixtures_for_testing",
|
|
"posttest": "rimraf test/fixtures_for_testing",
|
|
"_test": "pnpm pretest && jest && pnpm posttest",
|
|
"test": "pnpm run compile && pnpm run _test",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"fix": "tslint -c tslint.json --project . --fix",
|
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/link-bins",
|
|
"keywords": [
|
|
"pnpm6",
|
|
"pnpm",
|
|
"bin"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/link-bins#readme",
|
|
"dependencies": {
|
|
"@pnpm/error": "workspace:2.0.0",
|
|
"@pnpm/manifest-utils": "workspace:2.1.0",
|
|
"@pnpm/package-bins": "workspace:5.0.5",
|
|
"@pnpm/read-modules-dir": "workspace:3.0.1",
|
|
"@pnpm/read-package-json": "workspace:5.0.4",
|
|
"@pnpm/read-project-manifest": "workspace:2.0.5",
|
|
"@pnpm/types": "workspace:7.4.0",
|
|
"@zkochan/cmd-shim": "^5.2.1",
|
|
"bin-links": "^2.3.0",
|
|
"is-subdir": "^1.1.1",
|
|
"is-windows": "^1.0.2",
|
|
"normalize-path": "^3.0.0",
|
|
"p-settle": "^4.1.1",
|
|
"ramda": "^0.27.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/is-windows": "^1.0.0",
|
|
"@types/ncp": "^2.0.4",
|
|
"@types/node": "^14.14.33",
|
|
"@types/normalize-path": "^3.0.0",
|
|
"@types/ramda": "0.27.39",
|
|
"cmd-extension": "^1.0.2",
|
|
"ncp": "^2.0.0",
|
|
"path-exists": "^4.0.0",
|
|
"tempy": "^1.0.0"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm"
|
|
}
|