PR-URL: https://github.com/nodejs/node/pull/55844 Fixes: https://github.com/nodejs/node/issues/40541 Fixes: https://github.com/nodejs/node/issues/55821 Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
8 lines
117 B
JSON
8 lines
117 B
JSON
{
|
|
"name": "esm-package",
|
|
"exports": {
|
|
"./binding": {
|
|
"node-addons": "./build/binding.node"
|
|
}
|
|
}
|
|
}
|