Files
simplex-chat/packages/simplex-chat-nodejs/package.json
T
2026-01-10 12:57:01 +00:00

41 lines
1.1 KiB
JSON

{
"name": "simplex-chat",
"version": "6.5.0-beta.3",
"main": "src/index.js",
"scripts": {
"preinstall": "node src/download-libs.js",
"install": "node-gyp configure; node-gyp rebuild --release",
"install-tools": "npm install -g node-gyp",
"configure": "node-gyp configure; mkdir libs 2> /dev/null | true",
"rebuild": "node-gyp rebuild",
"build": "node-gyp build",
"run": "node src/index.js",
"build-run": "node-gyp build && node src/index.js",
"test": "jest"
},
"dependencies": {
"extract-zip": "^2.0.1",
"node-addon-api": "^8.5.0"
},
"devDependencies": {
"jest": "^30.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simplex-chat/simplex-chat.git"
},
"keywords": [
"messenger",
"chat",
"privacy",
"security"
],
"author": "SimpleX Chat",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/simplex-chat/simplex-chat/issues"
},
"homepage": "https://github.com/simplex-chat/simplex-chat/tree/stable/packages/simplex-chat-nodejs#readme",
"description": ""
}