blob: 7f3414a969460f9a3057e590b3c4d466410130fe (
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": {
"@jazzer.js/core": "^2.1.0"
}
}
|