{ "name": "gps-tracker", "version": "1.0.0", "description": "A web interface to render GPS data points on a map", "main": "app.js", "scripts": { "start": "node app.js" }, "dependencies": { "dotenv": "^16.0.0", "ejs": "^3.1.6", "express": "^4.17.1", "pg": "^8.7.1", "sequelize": "^6.6.5" } }