This is an example package that exports a simple greeting function. const greet = require('first-npm-package'); console.log(greet('World')); // "Hello, World!"5 keywords1 versionnpmpackagejavascriptfirst-packageexample1.0.08 months ago