$ npm init
this will create package.json
create index.js file with following content.
exports.printMsg = function() {
console.log("This is a message from the demo package at LogisticInfotech");
};
Enable two factor authentication in npmjs account profile
Need to use google authenticator app in ios/android
$ npm adduser
make sure your package name is unique. Other wise it will give error like
You do not have permission to publish "testpackage". Are you logged in as the correct user? : testpackage
$ npm publish