mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
32 lines
867 B
JSON
32 lines
867 B
JSON
{
|
|
"name": "simplexjs",
|
|
"version": "1.0.0",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"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": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"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/packages/simplex-chat-nodejs#readme",
|
|
"description": ""
|
|
}
|