{ "name": "gitcub", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "node server.js", "build": "next build", "start": "NODE_ENV=production node server.js", "lint": "next lint" }, "author": "", "license": "ISC", "dependencies": { "express": "^4.17.3", "next": "^12.1.5", "nodegit": "^0.27.0", "pug": "^3.0.2", "react": "^18.0.0", "react-dom": "^18.0.0", "sqlite3": "^4.2.0" } }