{ "name": "ludusavi-manifest", "version": "0.0.0", "description": "Game data backup info", "author": "Matthew T. Kennerly ", "license": "MIT", "scripts": { "wiki": "ts-node ./src/bin.ts --wiki", "manifest": "ts-node ./src/bin.ts --manifest", "recent": "ts-node ./src/bin.ts --limit 0 --wiki --manifest --recent", "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", "duplicates": "ts-node ./src/bin.ts --duplicates", "steam": "ts-node ./src/bin.ts --steam" }, "devDependencies": { "@types/js-yaml": "^3.12.4", "@types/minimist": "^1.2.0", "@types/node": "^14.0.13", "ajv-cli": "^3.2.1", "ts-node": "^8.10.2", "typescript": "^3.9.5" }, "dependencies": { "js-yaml": "^3.14.0", "minimist": "^1.2.5", "moment": "^2.27.0", "nodemw": "^0.13.0", "steam-user": "^4.24.3", "wikiapi": "^1.10.0", "wikiparse": "^1.0.27" } }