-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.68 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"dependencies": {
"cors": ">=2.8.5",
"express": ">=4.17.1",
"express-rate-limit": ">=5.2.6",
"express-session": ">=1.17.2",
"local-ip": ">=2.0.0",
"node-pty": ">=0.10.1",
"passport": ">=0.6.0",
"passport-http": ">=0.3.0",
"passport-steam": ">=1.0.15",
"queue": "6.0",
"winston": ">=3.3.3",
"winston-daily-rotate-file": ">=4.5.5",
"ws": ">=8.0.0"
},
"name": "nodejs-cs2-api",
"description": "## Disclaimer The use of this software is at your own risk. It exposes control of your server and shell functions to the internet. Although I did everything to secure the API, any bugs may lead to security breaches on your server. I strongly adivise to use secure connections to prevent possible man-in-the-middle attacks.",
"version": "2.0.0",
"main": "serverControl.js",
"directories": {
"public": "public",
"modules": "modules"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/taraman17/nodejs-cs2-api.git"
},
"keywords": [
"cs2",
"Counter-Strike 2",
"cs2_ds",
"api"
],
"author": "Taraman17",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/taraman17/nodejs-cs2-api/issues"
},
"homepage": "https://github.com/taraman17/nodejs-cs2-api#readme",
"devDependencies": {
"@eslint/js": "^9.14.0",
"eslint": "^9.14.0",
"eslint-plugin-html": "^8.1.2",
"globals": "^15.12.0"
}
}