steamcmd-app-update/package.json

21 lines
463 B
JSON
Raw Permalink Normal View History

2021-11-28 12:09:39 -07:00
{
"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",
2021-11-28 12:33:34 -07:00
"bin": "./index.js",
2021-11-28 12:09:39 -07:00
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"steam",
"steamcmd",
"app_update"
],
"author": "Matt Low <matt@mlow.ca>",
"license": "MIT"
}