Repository URL to install this package:
Version:
1.60.0 ▾
|
.. |
LICENSE |
README.md |
index.js |
package.json |
Detects what package manager executes the process
npm i which-pm-runs
'use strict' const whichPMRuns = require('which-pm-runs') whichPMRuns() //> {name: "pnpm", version: "0.64.2"}