Emmanuil 67a2fbe5b9 done | il y a 4 ans | |
---|---|---|
.. | ||
LICENSE | il y a 4 ans | |
README.md | il y a 4 ans | |
index.js | il y a 4 ans | |
package.json | il y a 4 ans |
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"}