UPDATE: Add node bindings

This commit is contained in:
Nicolás Hatcher
2025-01-23 22:43:45 +01:00
committed by Nicolás Hatcher Andrés
parent ec4e7b1ca3
commit 5d429b1660
48 changed files with 7362 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# `@ironcalc/nodejs-darwin-arm64`
This is the **aarch64-apple-darwin** binary for `@ironcalc/nodejs`

View File

@@ -0,0 +1,18 @@
{
"name": "@ironcalc/nodejs-darwin-arm64",
"version": "0.2.0",
"os": [
"darwin"
],
"cpu": [
"arm64"
],
"main": "nodejs.darwin-arm64.node",
"files": [
"nodejs.darwin-arm64.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
}
}