-
Notifications
You must be signed in to change notification settings - Fork 83
/
package.json
52 lines (52 loc) · 1.15 KB
/
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
44
45
46
47
48
49
50
51
52
{
"name": "@jitsi/electron-sdk",
"version": "6.0.47",
"description": "Utilities for jitsi-meet-electron project",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "mocha",
"validate": "npm ls",
"install": "node install.js",
"node-gyp-build": "node-gyp-build",
"prebuild-win32-x86": "prebuildify -t 20.0.0 --strip",
"prebuild-win32-x64": "prebuildify -t 20.0.0 --strip"
},
"pre-commit": [
"lint"
],
"repository": "https://github.com/jitsi/jitsi-meet-electron-sdk",
"keywords": [
"jingle",
"webrtc",
"xmpp",
"electron",
"jitsi-meet",
"utils"
],
"author": "",
"readmeFilename": "README.md",
"license": "Apache-2.0",
"gypfile": true,
"binary": {
"napi_versions": [
3
]
},
"dependencies": {
"@jitsi/logger": "^2.0.2",
"@jitsi/robotjs": "^0.6.13",
"electron-store": "^8.0.1",
"node-addon-api": "^8.0.0",
"node-gyp-build": "4.8.2",
"postis": "^2.2.0"
},
"devDependencies": {
"eslint": ">=3",
"eslint-plugin-jsdoc": "*",
"husky": "^9.0.10",
"mocha": "^10.0.0",
"prebuildify": "^6.0.0",
"precommit-hook": "3.0.0"
}
}