mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-23 17:41:50 -04:00
63 lines
1.8 KiB
JSON
63 lines
1.8 KiB
JSON
{
|
|
"name": "@pnpm/link-bins",
|
|
"version": "5.3.23",
|
|
"description": "Link bins to node_modules/.bin",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"engines": {
|
|
"node": ">=10.16"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
|
|
"pre_test": "ncp test/fixtures test/fixtures_for_testing",
|
|
"post_test": "rimraf test/fixtures_for_testing",
|
|
"_test": "jest",
|
|
"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"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/link-bins",
|
|
"keywords": [
|
|
"pnpm",
|
|
"bin"
|
|
],
|
|
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
|
|
"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:1.4.0",
|
|
"@pnpm/package-bins": "workspace:4.0.11",
|
|
"@pnpm/read-modules-dir": "workspace:2.0.3",
|
|
"@pnpm/read-package-json": "workspace:3.1.9",
|
|
"@pnpm/read-project-manifest": "workspace:1.1.7",
|
|
"@pnpm/types": "workspace:6.4.0",
|
|
"@zkochan/cmd-shim": "^5.0.0",
|
|
"is-subdir": "^1.1.1",
|
|
"is-windows": "^1.0.2",
|
|
"mz": "^2.7.0",
|
|
"normalize-path": "^3.0.0",
|
|
"p-settle": "^4.1.1",
|
|
"ramda": "^0.27.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/is-windows": "^1.0.0",
|
|
"@types/mz": "^2.7.3",
|
|
"@types/ncp": "^2.0.4",
|
|
"@types/node": "^14.14.22",
|
|
"@types/normalize-path": "^3.0.0",
|
|
"@types/ramda": "^0.27.35",
|
|
"ncp": "^2.0.0",
|
|
"path-exists": "^4.0.0",
|
|
"tempy": "^1.0.0"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm"
|
|
}
|