express-backend-uni/package.json
2024-04-18 16:53:26 +02:00

19 lines
380 B
JSON

{
"name": "uni-backend",
"version": "1.0.0",
"description": "Our backend",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"better-sqlite3": "^9.5.0",
"cors": "^2.8.5",
"express": "^4.19.2",
"swagger-ui-express": "^5.0.0",
"yaml": "^2.4.1"
}
}