Add 'name_localized' and 'launch' to Steam cache (part 1)
This commit is contained in:
parent
1fe83ec8c5
commit
dd63a8248f
5 changed files with 138861 additions and 280 deletions
|
@ -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",
|
||||
|
|
Reference in a new issue