{ "name": "chartmaker-be", "version": "1.0.0", "description": "chartmaker backend", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.oat.zone/oat/chartmaker-be" }, "author": "oatmealine", "license": "AGPL-3.0-or-later", "dependencies": { "dotenv": "^16.0.0", "express": "^4.17.3", "express-ws": "^5.0.2", "hashids": "^2.2.10", "multer": "^1.4.4", "postgres": "^1.0.2" } }