commands.json (264B)
1 { 2 "web-features-manifest": { 3 "path": "manifest.py", 4 "script": "main", 5 "parser": "create_parser", 6 "help": "Create the WEB_FEATURES_MANIFEST.json", 7 "virtualenv": true, 8 "requirements": [ 9 "../metadata/yaml/requirements.txt" 10 ] 11 } 12 }