{ "name": "save", "version": "1.0.0", "description": "", "type": "module", "exports": "./index.js", "engines": "^12.20.0 || ^14.13.1 || >=16.0.0", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/marvinborner/save.git" }, "author": "Marvin Borner", "license": "MIT", "bugs": { "url": "https://github.com/marvinborner/save/issues" }, "homepage": "https://github.com/marvinborner/save#readme", "dependencies": { "bcrypt": "^5.0.1", "dotenv": "^16.0.0", "express": "^4.17.3", "express-fileupload": "^1.3.1", "lowdb": "^3.0.0" }, "devDependencies": { "xo": "^0.48.0" } }