which-pm-runs
Version:
Detects what package manager executes the process
38 lines • 874 B
JSON
{
"name": "which-pm-runs",
"version": "2.0.0",
"description": "Detects what package manager executes the process",
"type": "module",
"main": "index.js",
"exports": "./index.js",
"files": [
"index.js"
],
"engines": {
"node": ">=22.13"
},
"repository": "https://github.com/zkochan/packages/tree/main/which-pm-runs",
"bugs": {
"url": "https://github.com/zkochan/packages/labels/package%3A%20which-pm-runs"
},
"keywords": [
"npm",
"pnpm",
"yarn",
"cnpm"
],
"author": "Zoltan Kochan",
"license": "MIT",
"homepage": "https://github.com/zkochan/packages/tree/main/which-pm-runs#readme",
"devDependencies": {
"@pnpm/exe": "^10.32.1",
"bun": "^1.3.10",
"cnpm": "^9.4.0",
"execa": "^9.6.1",
"npm": "^11.11.0",
"yarn": "^1.22.22"
},
"scripts": {
"test": "node --test test/index.js"
}
}