forked from idlesauce/umtx2
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 993 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 993 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "umtx2-ps5",
"version": "2.0.0",
"description": "PS5 UMTX2 Jailbreak with automated testing",
"private": true,
"scripts": {
"test": "python3 .github/scripts/run_tests.py",
"test:js": "find document/en/ps5 -name '*.js' -type f -exec node --check {} \\;",
"test:js-syntax": "find document/en/ps5 -name '*.js' -type f | while read file; do echo \"Checking: $file\" && node --check \"$file\"; done",
"test:metadata": "python3 -c \"import json, sys, os; from pathlib import Path; [json.load(open(f)) for f in Path('document/en/ps5/payloads').rglob('metadata.json')] or print('All metadata.json files are valid')\"",
"test:payloads": "python3 -c \"from .github.scripts.run_tests import test_payload_structure, test_metadata_format; test_payload_structure(); test_metadata_format(); print('Payload tests passed!')\""
},
"devDependencies": {},
"keywords": [
"ps5",
"jailbreak",
"umtx2",
"payload"
],
"author": "",
"license": "MIT"
}