21 lines
462 B
JSON
21 lines
462 B
JSON
{
|
|
"dependencies": {
|
|
"steamapi": "^2.1.2"
|
|
},
|
|
"name": "steamcmd-app-update",
|
|
"description": "Outputs one `app_update <app-id> [-validate]` line per game in your Steam library.",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"steam",
|
|
"steamcmd",
|
|
"app_update"
|
|
],
|
|
"author": "Matt Low <matt@mlow.ca>",
|
|
"license": "MIT"
|
|
}
|