-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 939 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
{
"author": "Felix Klement",
"homepage": "https://github.com/fklement/jitsi-cli/blob/master/README.md",
"name": "jitsi",
"version": "1.1.0",
"description": "A CLI to start jitsi session in your browser",
"bin": {
"jitsi": "jitsi.js"
},
"repository": {
"type": "git",
"url": "git://github.com/fklement/jitsi-cli.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/fklement",
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"jitsi"
],
"license": "MIT",
"dependencies": {
"arg": "^4.1.3",
"boxen": "^4.2.0",
"clipboardy": "^2.3.0",
"crypto-random-string": "^3.2.0",
"esm": "^3.2.25",
"inquirer": "^8.2.0",
"opener": "^1.5.1",
"zombie": "^6.1.4"
},
"bugs": {
"url": "https://github.com/fklement/jitsi-cli/issues",
"email": "[email protected]"
}
}