UNPKG

166 BPlain TextView Raw
1{
2 "targets": [{
3 "target_name": "napi_macros_example",
4 "include_dirs": [
5 "<!(node -e \"require('../')\")"
6 ],
7 "sources": [ "./index.c" ]
8 }]
9}