Add 'name_localized' and 'launch' to Steam cache (part 1)

This commit is contained in:
mtkennerly 2022-05-31 05:06:32 +08:00
parent 1fe83ec8c5
commit dd63a8248f
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408
5 changed files with 138861 additions and 280 deletions

View file

@ -11,7 +11,8 @@
"schema": "npm run schema:normal && npm run schema:strict",
"schema:normal": "ajv validate -s ./data/schema.yaml -d ./data/manifest.yaml",
"schema:strict": "ajv validate -s ./data/schema.strict.yaml -d ./data/manifest.yaml",
"stats": "ts-node ./src/bin.ts --stats"
"stats": "ts-node ./src/bin.ts --stats",
"steam": "ts-node ./src/bin.ts --steam"
},
"devDependencies": {
"@types/js-yaml": "^3.12.4",