19 lines
383 B
JSON
Executable file
19 lines
383 B
JSON
Executable file
{
|
|
"name": "steam-server-test",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"colors": "^1.4.0",
|
|
"express": "^4.18.2",
|
|
"express-rate-limit": "^6.7.0",
|
|
"semver": "^7.3.8",
|
|
"steam-server-query": "^1.1.3"
|
|
}
|
|
}
|