The greatest package manager to ever grace this earth
Installation
sudo pacman -S npm
Installing packages
Find packages at https://www.npmjs.com/
In your project folder:
npm init -y
npm install --save bash-parser
package.json
will be updated after package installation.
Running npm
npm start