```python { "targets": [ { "target_name": "foo", "type": "executable", } ] } ``` Will ``` Could not find build ``` . Currently only method is ```python { "targets": [ { "target_name": "foo.node", "type": "executable", } ] } ``` How can we package executable by prebuildify?