Emmanuil 67a2fbe5b9 done | před 4 roky | |
---|---|---|
.. | ||
LICENSE | před 4 roky | |
README.md | před 4 roky | |
index.js | před 4 roky | |
package.json | před 4 roky |
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"}