21 lines
372 B
JSON
21 lines
372 B
JSON
{
|
|
"name": "ban-checker",
|
|
"version": "1.0.0",
|
|
"description": "REST-service to check steam profiles for bans",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "node main.js"
|
|
},
|
|
"keywords": [
|
|
"ban",
|
|
"checker",
|
|
"rest"
|
|
],
|
|
"author": "Andreas Greiner",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"node-fetch": "^2.6.1"
|
|
}
|
|
}
|