{ "name": "scrapbook", "version": "1.0", "description": "", "main": "app/index.mjs", "scripts": { "start": "tsc && node build/index.js", "lint": "eslint app --ext .ts" }, "author": "Leonardo Bishop", "dependencies": { "adm-zip": "^0.5.10", "bcrypt": "^5.1.1", "config": "^3.3.9", "express": "^4.17.1", "fs-extra": "^11.1.1", "js-yaml": "^4.1.0", "multer": "^1.4.5-lts.1", "winston": "^3.3.3" }, "type": "module", "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.7.0", "@typescript-eslint/parser": "^5.7.0", "@types/adm-zip": "^0.5.0", "@types/config": "^3.3.0", "@types/express": "^4.17.13", "@types/fs-extra": "^11.0.1", "@types/multer": "^1.4.7", "eslint": "^8.5.0" } }