blob: 2ac0ce2524dd3cbe0105e39b1aed3e60b25760a6 (
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": "^9.4.1",
"bufferutil": "^4.0.8",
"dotenv": "^16.4.4",
"express": "^4.18.2",
"marked": "^15.0.10",
"nodemailer": "^6.9.9",
"nodemon": "^3.1.10",
"pug": "^3.0.2",
"utf-8-validate": "^6.0.3",
"ws": "^8.16.0"
},
"devDependencies": {
"@jazzer.js/core": "^2.1.0"
}
}
|