Add scripts for the differing log levels.

This commit is contained in:
Oliver-Akins 2020-10-22 20:35:30 -06:00
parent b7367f599c
commit 7be4db65cc

View file

@ -4,7 +4,9 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node dist/main.js --level=silly",
"prod": "node dist/main.js --level=info"
},
"repository": {
"type": "git",