Files
blog-moonbunny-cafe/package.json
2026-03-25 22:43:54 -04:00

20 lines
410 B
JSON

{
"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"
}
}