{ "name": "blog-moonbunny-cafe", "version": "0.0.1", "description": "", "main": "index.js", "scripts": { "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://code.moonbunny.cafe/juni/blog-moonbunny-cafe.git" }, "author": "juni", "license": "ISC", "dependencies": { "express": "^5.2.1" } }