Remove node-addon-api because it is slower than native Node.js
This commit is contained in:
parent
6b93909e7e
commit
6817734ed9
8 changed files with 5 additions and 300 deletions
|
|
@ -32,13 +32,9 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^25.0.3",
|
||||
"node-api-headers": "^1.7.0",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/bindings": "^1.5.5",
|
||||
"bindings": "^1.5.0",
|
||||
"jsonc-parser": "^3.3.1",
|
||||
"node-addon-api": "^8.5.0"
|
||||
"jsonc-parser": "^3.3.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue