1{
2  "targets": [
3    {
4      "target_name": "test_cannot_run_js",
5      "sources": [
6        "test_cannot_run_js.c"
7      ],
8      "defines": [ "NAPI_EXPERIMENTAL" ],
9    },
10    {
11      "target_name": "test_pending_exception",
12      "sources": [
13        "test_cannot_run_js.c"
14      ],
15      "defines": [ "NAPI_VERSION=8" ],
16    }
17  ]
18}
19