There was an error while loading. Please reload this page.
1 parent 2b016f7 commit 2231f43Copy full SHA for 2231f43
package.json
@@ -1,18 +1,29 @@
1
{
2
"name": "game_logic_exploits_ctf",
3
"version": "1.0.0",
4
- "description": "",
+ "description": "A collection of game logic exploits for CTFs",
5
"main": "index.js",
6
"scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
+ "start": "node index.js"
8
},
9
- "keywords": [],
10
- "author": "",
+ "keywords": [
+ "ctf",
11
+ "capture-the-flag",
12
+ "websockets",
13
+ "game-logic",
14
+ "security",
15
+ "race-conditions",
16
+ "rng-prediction"
17
+ ],
18
+ "author": "Ruel Nathaniel Alarcon",
19
"license": "ISC",
20
"dependencies": {
21
"dotenv": "^16.4.7",
22
"express": "^4.21.2",
23
"express-session": "^1.18.1",
24
"ws": "^8.18.1"
25
+ },
26
+ "engines": {
27
+ "node": ">=14.0.0"
28
}
29
0 commit comments