-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 796 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 796 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
{
"name": "gram-tgcalls",
"version": "2.1.9",
"main": "lib/index.js",
"scripts": {
"test": "tsc --noEmit",
"prepare": "tsc",
"docs": "typedoc src/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tgcallsjs/gram-tgcalls.git"
},
"author": "Roj Serbest <rojserbest@icloud.com>",
"license": "LGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/tgcallsjs/gram-tgcalls/issues"
},
"homepage": "https://github.com/tgcallsjs/gram-tgcalls#readme",
"description": "",
"devDependencies": {
"@types/node": "^16.10.3",
"typedoc": "^0.22.5",
"typescript": "^4.4.3"
},
"dependencies": {
"telegram": "^2.0.8",
"tgcalls": "^1.0.1"
}
}