2021-05-24 15:48:12 +00:00
|
|
|
{
|
2021-06-29 21:57:04 +00:00
|
|
|
"name": "tabby-electron",
|
2023-04-23 17:22:38 +00:00
|
|
|
"version": "1.0.197-nightly.1",
|
2021-05-24 15:48:12 +00:00
|
|
|
"description": "Electron-specific bindings",
|
|
|
|
"keywords": [
|
2021-06-29 21:57:04 +00:00
|
|
|
"tabby-builtin-plugin"
|
2021-05-24 15:48:12 +00:00
|
|
|
],
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "typings/index.d.ts",
|
|
|
|
"scripts": {
|
|
|
|
"build": "webpack --progress --color",
|
|
|
|
"watch": "webpack --progress --color --watch"
|
|
|
|
},
|
|
|
|
"files": [
|
2023-04-23 15:40:17 +00:00
|
|
|
"dist",
|
|
|
|
"typings"
|
2021-05-24 15:48:12 +00:00
|
|
|
],
|
|
|
|
"author": "Eugene Pankov",
|
|
|
|
"license": "MIT",
|
|
|
|
"peerDependencies": {
|
2023-04-23 15:57:05 +00:00
|
|
|
"@angular/core": "^15",
|
2023-03-19 11:39:31 +00:00
|
|
|
"tabby-local": "*"
|
2021-05-24 15:48:12 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-08-01 14:13:11 +00:00
|
|
|
"electron-promise-ipc": "^2.2.4",
|
2023-03-19 12:20:30 +00:00
|
|
|
"ps-node": "^0.1.6",
|
2024-11-06 11:41:04 +00:00
|
|
|
"ssh-config": "^5.0.0",
|
2021-08-01 14:13:11 +00:00
|
|
|
"tmp-promise": "^3.0.2",
|
2023-03-21 16:24:56 +00:00
|
|
|
"which": "^3.0.0",
|
2021-08-01 14:13:11 +00:00
|
|
|
"winston": "^3.3.3"
|
2021-05-24 15:48:12 +00:00
|
|
|
}
|
|
|
|
}
|