{ "name": "todo", "version": "1.0.0", "description": "todo list app (because it hasnt been done before)", "main": "src/index.js", "scripts": { "who": "pwd", "build": "cd frontend; elm make src/Main.elm --output=../static/elm.js", "debug": "cd frontend; elm make src/Main.elm --debug --output=../static/elm.js", "prod": "cd frontend; elm make src/Main.elm --optimize --output=../static/elm.js", "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", "pg": "^8.6.0", "sequelize": "^6.6.2" } }