goblog/frontend/package.json
2024-12-07 19:46:49 -05:00

14 lines
274 B
JSON

{
"name": "frontend",
"version": "1.0.0",
"description": "Frontend for goblog",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bootstrap": "^5.3.3"
}
}