Paket Instal NPM sebagai Ketergantungan Pengembang

npm install --save-dev package
# example:
npm install --save-dev nodemon
Bedrock Coder