Skip to content

Commit 2231f43

Browse files
committed
Update package.json
1 parent 2b016f7 commit 2231f43

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

package.json

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,29 @@
11
{
22
"name": "game_logic_exploits_ctf",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "A collection of game logic exploits for CTFs",
55
"main": "index.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"start": "node index.js"
88
},
9-
"keywords": [],
10-
"author": "",
9+
"keywords": [
10+
"ctf",
11+
"capture-the-flag",
12+
"websockets",
13+
"game-logic",
14+
"security",
15+
"race-conditions",
16+
"rng-prediction"
17+
],
18+
"author": "Ruel Nathaniel Alarcon",
1119
"license": "ISC",
1220
"dependencies": {
1321
"dotenv": "^16.4.7",
1422
"express": "^4.21.2",
1523
"express-session": "^1.18.1",
1624
"ws": "^8.18.1"
25+
},
26+
"engines": {
27+
"node": ">=14.0.0"
1728
}
1829
}

0 commit comments

Comments
 (0)