forked from pytgcalls/pytgcalls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 783 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
{
"name": "tgcalls",
"version": "0.1.6",
"description": "",
"main": "dist",
"scripts": {
"build": "npx tsc",
"test": "npx tsc --noEmit",
"prepare": "npm run build",
"preversion": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tgcallsjs/tgcalls.git"
},
"author": "Andrew Lane <[email protected]>",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/tgcallsjs/tgcalls/issues"
},
"homepage": "https://github.com/tgcallsjs/tgcalls#readme",
"devDependencies": {
"@types/node": "^15.14.3",
"typescript": "^4.4.2"
},
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.8",
"wrtc": "^0.4.7"
}
}