{ "//1": "describes your app and its dependencies", "//2": "https://docs.npmjs.com/files/package.json", "//3": "updating this file will download and update your packages", "name": "jasonsplant", "version": "1.0.0", "description": "A Node app to collect moisture data from the plant I have on my desk in the office, and graph the results.", "main": "nodeapp/app.js", "scripts": { "start": "node nodeapp/app.js" }, "dependencies": { "express": "^4.17.1", "sqlite3": "*", "sequelize": "*" }, "engines": { "node": "10.x" }, "repository": { "url": "https://glitch.com/edit/#!/hello-express" }, "license": "MIT", "keywords": [ "node", "glitch", "express" ] }