nodejs: addon

This commit is contained in:
Avently
2024-12-12 22:11:42 +07:00
parent 708368c9c5
commit a5e7fa2f9f
6 changed files with 291 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "simplexjs",
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simplex-chat/simplexjs.git"
},
"author": "SimpleX team",
"license": "ISC",
"bugs": {
"url": "https://github.com/simplex-chat/simplexjs/issues"
},
"homepage": "https://github.com/simplex-chat/simplexjs#readme",
"description": ""
}