forked from adiwajshing/libsignal-node
-
Notifications
You must be signed in to change notification settings - Fork 119
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 986 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 986 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"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"
}