summaryrefslogtreecommitdiff
path: root/package.json
blob: cd8ba486ff7ad88ac81aba105b98700377ed1c41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"name": "rally-the-troops",
	"version": "0.0.1",
	"description": "Rally the Troops!",
	"dependencies": {
		"better-sqlite3": "^11.9.1",
		"bufferutil": "^4.0.9",
		"dotenv": "^16.5.0",
		"express": "^5.1.0",
		"marked": "^15.0.11",
		"nodemailer": "^6.10.1",
		"nodemon": "^3.1.10",
		"pug": "^3.0.3",
		"utf-8-validate": "^6.0.5",
		"ws": "^8.18.1"
	}
}