@pnpm/package-bins
Version:
Returns bins of a package
49 lines • 1.19 kB
JSON
{
"name": "@pnpm/package-bins",
"version": "1000.0.10",
"description": "Returns bins of a package",
"keywords": [
"pnpm",
"pnpm10",
"bins"
],
"license": "MIT",
"funding": "https://opencollective.com/pnpm",
"repository": "https://github.com/pnpm/pnpm/blob/main/pkg-manager/package-bins",
"homepage": "https://github.com/pnpm/pnpm/blob/main/pkg-manager/package-bins#readme",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"type": "commonjs",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": "./lib/index.js"
},
"files": [
"lib",
"!*.map"
],
"dependencies": {
"is-subdir": "^1.2.0",
"tinyglobby": "^0.2.14",
"@pnpm/types": "1000.8.0"
},
"devDependencies": {
"@types/node": "^18.19.34",
"@pnpm/package-bins": "1000.0.10"
},
"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"
}
}