{ "name": "yolo_web", "version": "1.0.0", "description": "", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "compile": "./node_modules/.bin/tsc --project tsconfig.json", "start": "node dist" }, "author": "", "license": "ISC", "devDependencies": { "@types/express": "^4.17.17", "@types/handlebars": "^4.1.0", "@types/mime": "^3.0.1", "@types/multer": "^1.4.7", "@types/node-fetch": "^2.6.9", "@types/sqlite3": "^3.1.8", "@types/uuid": "^9.0.2", "@types/winston": "^2.4.4", "typescript": "^5.1.3" }, "dependencies": { "body-parser": "^1.20.2", "dotenv": "^16.3.1", "express": "^4.18.2", "handlebars": "^4.7.8", "lodash": "^4.17.21", "mime": "^3.0.0", "multer": "^1.4.5-lts.1", "node-fetch": "^2.7.0", "sqlite3": "^5.1.6", "triple-beam": "^1.4.1", "uuid": "^9.0.0", "winston": "^3.11.0" } }