{ "name": "uni-backend", "version": "1.0.0", "description": "Our backend", "main": "index.js", "watch": { "run": ["{routes}/*.js", "*.js"] }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "run": "node index.js", "watch": "npm-watch" }, "author": "", "license": "ISC", "dependencies": { "better-sqlite3": "^9.5.0", "cors": "^2.8.5", "express": "^4.19.2", "express-openapi-validator": "^5.1.6", "npm-watch": "^0.13.0", "swagger-ui-express": "^5.0.0", "yaml": "^2.4.1" }, "devDependencies": { "@flydotio/dockerfile": "^0.5.7" } }