express-backend-uni/package.json
2024-05-14 07:51:19 +02:00

21 lines
451 B
JSON

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