-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
35 lines (35 loc) · 865 Bytes
/
package.json
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
35
{
"name": "multidevice",
"version": "1.0.0",
"license": "MIT",
"main": "dist/client.js",
"types": "dist/client.d.ts",
"scripts": {
"start": "tsnd src/index.ts",
"build:tsc": "tsc"
},
"devDependencies": {
"@types/bytebuffer": "^5.0.42",
"@types/mime-types": "^2.1.1",
"@types/node": "^16.3.3",
"@types/qrcode-terminal": "^0.12.0",
"@types/sharp": "^0.29.0",
"@types/ws": "^7.4.6",
"ts-node": "^10.1.0",
"ts-node-dev": "^1.1.8",
"typescript": "^4.3.5"
},
"dependencies": {
"bytebuffer": "^5.0.1",
"curve25519-js": "^0.0.4",
"got": "^11.8.2",
"libsignal": "github:pokearaujo/libsignal-node",
"mime-types": "^2.1.32",
"music-metadata": "^7.11.4",
"protobufjs": "^6.11.2",
"qrcode-terminal": "^0.12.0",
"sharp": "^0.29.1",
"url": "^0.11.0",
"ws": "^7.5.3"
}
}