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