{
    "name": "my-blog",
    "version": "1.0.0",
    "description": "My blog",
    "main": "SERVER/index.js",
    "scripts": {
        "server": "node SERVER/index.js"
    },
    "homepage": "http://localhost:80",
    "dependencies": {
        "koa": "^2.5.0",
        "koa-router": "^7.4.0",
        "markdown-it": "^8.4.0"
    }
}