Files
simplex-chat/packages/simplex-chat-nodejs/package.json
T
2026-01-10 20:16:17 +00:00

49 lines
1.3 KiB
JSON

{
"name": "simplex-chat",
"version": "6.5.0-beta.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"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",
"build": "node-gyp rebuild && tsc",
"run": "node src/index.js",
"build-run": "node-gyp build && node src/index.js",
"test": "jest"
},
"dependencies": {
"@simplex-chat/types": "^0.1.0",
"extract-zip": "^2.0.1",
"node-addon-api": "^8.5.0"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^25.0.5",
"jest": "^30.2.0",
"ts-jest": "^29.4.6",
"typescript": "^5.9.3"
},
"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": ""
}