{ "name": "waffle", "version": "1.0.0", "main": "dist/index.js", "repository": "https://git.hippoz.xyz/hippoz/waffle", "author": "hippoz", "license": "MIT", "scripts": { "build": "tsc", "watch": "tsc --watch", "ream": "node dist/index.js db-init", "start": "node dist/index.js" }, "dependencies": { "bcrypt": "^5.0.1", "cors": "^2.8.5", "dotenv": "^16.0.1", "express": "^4.18.1", "express-validator": "^6.14.2", "file-type": "^18.5.0", "jsonwebtoken": "^8.5.1", "pg": "^8.8.0", "sharp": "^0.31.3", "ws": "^8.8.1" }, "devDependencies": { "@types/bcrypt": "^5.0.0", "@types/cors": "^2.8.12", "@types/express": "^4.17.13", "@types/jsonwebtoken": "^8.5.9", "@types/node": "^18.7.13", "@types/pg": "^8.6.5", "@types/sharp": "^0.31.1", "@types/ws": "^8.5.3", "typescript": "^4.8.2" } }