feat: add format-package-json script for JSON formatting

This commit is contained in:
Ritesh Ghosh
2025-05-12 01:16:19 +05:30
parent 56d574c527
commit 9bea3e51ca
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh
jq --indent 4 . package.json > tmp.json && mv tmp.json package.json