Files
frontend/package.json
2025-12-12 00:27:45 +08:00

27 lines
659 B
JSON

{
"name": "frontend-web",
"version": "1.0.0",
"description": "2025 Golang Final Project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Penguin-71630/meme-bot-frontend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/Penguin-71630/meme-bot-frontend/issues"
},
"homepage": "https://github.com/Penguin-71630/meme-bot-frontend#readme",
"dependencies": {
"express": "^5.2.1",
"swagger-ui-express": "^5.0.1",
"yamljs": "^0.3.0"
}
}