summaryrefslogtreecommitdiff
path: root/package.json
blob: 7fbb5a9aafd3bce61d9b363362955b3332c9ff18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"name": "rally-the-troops",
	"version": "0.0.1",
	"description": "Rally the Troops!",
	"dependencies": {
		"better-sqlite3": "^7.4.4",
		"dotenv": "^10.0.0",
		"express": "^4.17.1",
		"nodemailer": "^6.7.0",
		"pug": "^3.0.2",
		"socket.io": "^4.3.1"
	}
}