@newfadel/libsignal-node
Version:
Signal protocol implementation for Node.js - A ratcheting forward secrecy protocol for secure messaging
46 lines • 1.17 kB
JSON
{
"name": "@newfadel/libsignal-node",
"version": "1.0.0",
"description": "Signal protocol implementation for Node.js - A ratcheting forward secrecy protocol for secure messaging",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/newfadel/libsignal-node.git"
},
"keywords": [
"signal",
"protocol",
"encryption",
"e2e",
"end-to-end",
"crypto",
"messaging",
"whispersystems",
"libsignal",
"baileys"
],
"author": "newfadel",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/newfadel/libsignal-node/issues"
},
"homepage": "https://github.com/newfadel/libsignal-node#readme",
"dependencies": {
"curve25519-js": "^0.0.4",
"protobufjs": "6.8.8"
},
"devDependencies": {
"eslint": "^8.0.0",
"@types/node": "^18.0.0",
"typescript": "^4.9.0"
},
"files": ["src/", "index.js", "index.d.ts", "README.md", "LICENSE"],
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src/"
}
}