Files
Nodejs-Native-c-Module/package.json

8 lines
104 B
JSON
Raw Normal View History

2025-12-25 11:03:04 +01:00
{
"targets": [
{
"target_name": "binding",
"sources": [ "src/binding.cc" ]
}
]
}