blob: aa1885afb457264be8633a7afce882ca3705070c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"name": "rally-the-troops",
"version": "0.0.1",
"description": "Rally the Troops!",
"dependencies": {
"better-sqlite3": "^9.4.1",
"bufferutil": "^4.0.8",
"dotenv": "^16.4.4",
"express": "^4.18.2",
"nodemailer": "^6.9.9",
"pug": "^3.0.2",
"utf-8-validate": "^6.0.3",
"ws": "^8.16.0"
}
}
|