{ "name": "msfjarvis.dev", "version": "1.0.0", "description": "My blog and home page", "repository": "https://github.com/msfjarvis/msfjarvis.dev", "main": "index.js", "scripts": { "build": "hugo", "dev": "hugo serve", "format": "prettier --write '**/*.{ts,js,json,md,code-snippets}' --ignore-path .gitignore" }, "author": "Harsh Shandilya ", "license": "MIT OR Apache-2.0", "dependencies": {}, "devDependencies": { "prettier": "^3.0.0" } }