A small utility that checks if the process is running using npx
npm install is-npx
npx node-module
// node-module/index.js
const isNpx = require('is-npx');
console.log(isNpx()) // true
node node-module/index.js
// node-module/index.js
const isNpx = require('is-npx');
console.log(isNpx()) // false