{ "name": "todo", "version": "1.0.0", "description": "todo list app (because it hasnt been done before)", "main": "src/index.js", "scripts": { "who": "pwd", "start": "node src/index.js" }, "repository": { "type": "git", "url": "git@ssh.gitdab.com:jane/todo.git" }, "author": "jane ", "license": "SEE LICENSE IN LICENSE", "dependencies": { "cookie-parser": "^1.4.5", "cors": "^2.8.5", "express": "^4.17.1", "nodemailer": "^6.6.1", "pg": "^8.6.0", "sequelize": "^6.6.2" } }