msfjarvis.dev/package.json

15 lines
349 B
JSON

{
"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"
},
"author": "Harsh Shandilya <me@msfjarvis.dev>",
"license": "MIT OR Apache-2.0",
"dependencies": {}
}