async addon, tests

This commit is contained in:
Evgeny Poberezkin
2026-01-10 12:57:01 +00:00
parent c7748316d9
commit fe923ec9bd
11 changed files with 640 additions and 160 deletions
+9 -5
View File
@@ -1,6 +1,6 @@
{
"name": "simplexjs",
"version": "6.5.3",
"name": "simplex-chat",
"version": "6.5.0-beta.3",
"main": "src/index.js",
"scripts": {
"preinstall": "node src/download-libs.js",
@@ -11,10 +11,14 @@
"build": "node-gyp build",
"run": "node src/index.js",
"build-run": "node-gyp build && node src/index.js",
"test": "node src/tests.js"
"test": "jest"
},
"dependencies": {
"extract-zip": "^2.0.1"
"extract-zip": "^2.0.1",
"node-addon-api": "^8.5.0"
},
"devDependencies": {
"jest": "^30.2.0"
},
"repository": {
"type": "git",
@@ -31,6 +35,6 @@
"bugs": {
"url": "https://github.com/simplex-chat/simplex-chat/issues"
},
"homepage": "https://github.com/simplex-chat/simplex-chat/packages/simplex-chat-nodejs#readme",
"homepage": "https://github.com/simplex-chat/simplex-chat/tree/stable/packages/simplex-chat-nodejs#readme",
"description": ""
}