UNPKG

libsignal

Version:
35 lines (34 loc) 986 B
{ "name": "libsignal", "version": "6.0.0", "description": "Open Whisper Systems' libsignal for Node.js", "repository": "WhiskeySockets/libsignal-node", "main": "index.js", "types": "index.d.ts", "keywords": [ "signal", "whispersystems", "crypto" ], "license": "GPL-3.0", "dependencies": { "curve25519-js": "^0.0.4", "protobufjs": "^7.5.5" }, "files": [ "src/*", "index.d.ts" ], "scripts": { "release": "release-it", "changelog:last": "conventional-changelog -p angular -r 2", "changelog:preview": "conventional-changelog -p angular -u", "changelog:update": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0" }, "devDependencies": { "conventional-changelog-cli": "^4.1.0", "eslint": "^9", "release-it": "^20.0.1" }, "packageManager": "yarn@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8" }