fix(package): format scripts section and add js-yaml to devDependencies

This commit is contained in:
Jose Daniel G. Percy 2025-04-23 22:09:35 +08:00
parent f50c88515e
commit 170faf7d01

View File

@ -3,10 +3,10 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"test": "jest"
},
"scripts": {
"start": "node src/index.js",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
@ -17,6 +17,7 @@
"winston": "^3.17.0"
},
"devDependencies": {
"jest": "^29.7.0"
"jest": "^29.7.0",
"js-yaml": "^4.1.0"
}
}