The word pizza is the command which you use to eventually call your CLI. "main": "./lib/index.js", "bin": { "pizza": "./lib/index.js" }ScriptsNow we need some scripts to make it easy for ourselves. We have five scripts: npm start— you can watch your CLI right awaynpm run create — runs our build and test script together.npm run build—compiles our TypeScriptindex.ts file to index.js and index.d.tsnp

