-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 991 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
36
37
38
39
40
41
42
43
{
"name": "tdlib",
"version": "1.4.0-1",
"description": "TDLib Binding for Node.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node download_prebuilt || node build_binary",
"compile": "node build_binary"
},
"author": "wfjsw",
"license": "UNLICENSED",
"dependencies": {
"@types/node": "^10.14.4",
"cmake-js": "^5.2.0",
"node-addon-api": "^1.6.3",
"request": "^2.88.0",
"request-promise-native": "^1.0.7"
},
"engines": {
"node": ">=10.0.0"
},
"tdlib": {
"version": "1.5.0",
"commit": "b6a483d",
"variant": "napi",
"debug": false
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/wfjsw/node-tdlib.git"
},
"keywords": [
"telegram",
"tdlib",
"bindings"
],
"bugs": {
"url": "https://github.com/wfjsw/node-tdlib/issues"
},
"homepage": "https://github.com/wfjsw/node-tdlib#readme"
}