mirror of
https://github.com/Raghu-Ch/nodeRestAPI.git
synced 2026-02-10 12:43:02 -05:00
is-npm 
Check if your code is running as an npm script
Install
$ npm install --save is-npm
Usage
var isNpm = require('is-npm');
console.log(isNpm);
$ node foo.js
#=> false
$ npm run foo
#=> true
License
MIT © Sindre Sorhus