{ "name": "Remix on heroku", "description": "A sample app showing remix on heroku with postgres", "keywords": [ "react", "remix", "postgres" ], "website": "https://github.com/TerribleDev/remix-heroku", "repository": "https://github.com/TerribleDev/remix-heroku.git", "success_url": "/", "scripts": {}, "formation": { "web": { "quantity": 1, "size": "hobby" } }, "addons": [ "heroku-postgresql" ], "buildpacks": [ { "url": "heroku/nodejs" } ] }