mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-23 09:31:52 -04:00
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "@pnpm/package-bins",
|
|
"version": "4.0.11",
|
|
"description": "Returns bins of a package",
|
|
"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",
|
|
"_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/package-bins",
|
|
"keywords": [
|
|
"pnpm",
|
|
"bins"
|
|
],
|
|
"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/package-bins#readme",
|
|
"dependencies": {
|
|
"@pnpm/types": "workspace:6.4.0",
|
|
"graceful-fs": "4.2.4",
|
|
"is-subdir": "^1.1.1",
|
|
"p-filter": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/graceful-fs": "^4.1.4",
|
|
"@types/node": "^14.14.22"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm"
|
|
}
|