blob: a6282ba8bde7ae3e7008a739f14291bd1c8a4179 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"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"
},
"devDependencies": {
"eslint": "^9.25.1"
}
}
|