mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
changes
This commit is contained in:
@@ -4,9 +4,10 @@
|
||||
"target_name": "addon",
|
||||
"sources": [ "cpp/simplex.cc" ],
|
||||
"libraries": [
|
||||
"-Wl,-rpath,libs",
|
||||
"-L<(module_root_dir)/build/Release/",
|
||||
"-L<(module_root_dir)/libs",
|
||||
"-lHSsimplex-chat-6.2.0.5-inplace-ghc9.6.3",
|
||||
"-L<(module_root_dir)/build/Release/"
|
||||
"-lsimplex"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -3,17 +3,29 @@
|
||||
"version": "1.0.0",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"install-tools": "npm install -g node-gyp",
|
||||
"configure": "node-gyp configure",
|
||||
"rebuild": "node-gyp rebuild",
|
||||
"build": "node-gyp build",
|
||||
"run": "node src/index.js",
|
||||
"build-run": "node-gyp build && node src/index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/simplex-chat/simplexjs.git"
|
||||
"url": "git+https://github.com/simplex-chat/simplex-chat.git"
|
||||
},
|
||||
"author": "SimpleX team",
|
||||
"license": "ISC",
|
||||
"keywords": [
|
||||
"messenger",
|
||||
"chat",
|
||||
"privacy",
|
||||
"security"
|
||||
],
|
||||
"author": "SimpleX Chat",
|
||||
"license": "AGPL-3.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/simplex-chat/simplexjs/issues"
|
||||
"url": "https://github.com/simplex-chat/simplex-chat/issues"
|
||||
},
|
||||
"homepage": "https://github.com/simplex-chat/simplexjs#readme",
|
||||
"homepage": "https://github.com/simplex-chat/simplex-chat/packages/simplex-chat-nodejs#readme",
|
||||
"description": ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user