Vinícius Ernani de Carvalho 6c4544a079 Create the backend | 5 gadi atpakaļ | |
---|---|---|
.. | ||
index.js | 5 gadi atpakaļ | |
package.json | 5 gadi atpakaļ | |
readme.md | 5 gadi atpakaļ |
Check if your code is running as an npm script
$ npm install --save is-npm
var isNpm = require('is-npm');
console.log(isNpm);
$ node foo.js
#=> false
$ npm run foo
#=> true
MIT © Sindre Sorhus