-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.04 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
{
"name": "tabby-web-auth-handler",
"version": "0.1.3",
"description": "Web authentication handler for Tabby. Opens a native browser window when a web authentication is requested by the server.",
"keywords": [
"tabby-plugin"
],
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "webpack --progress --color",
"watch": "webpack --progress --color --watch",
"prepublishOnly": "npm run build"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/Jazzmoon/tabby-web-auth-handler.git"
},
"author": "Jazzmoon",
"license": "ISC",
"devDependencies": {
"apply-loader": "^2.0.0",
"lodash": "^4.17.21",
"pug-loader": "^2.4.0",
"pug-runtime": "^3.0.1",
"tabby-core": "^1.0.197-nightly.1",
"tabby-electron": "^1.0.197-nightly.1",
"tabby-settings": "^1.0.197-nightly.1",
"tabby-ssh": "^1.0.197-nightly.1",
"tabby-terminal": "^1.0.197-nightly.1",
"ts-loader": "^9.5.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
}