mirror of
https://github.com/Eugeny/tabby
synced 2024-11-14 08:57:21 +00:00
32 lines
703 B
JSON
32 lines
703 B
JSON
{
|
|
"name": "tabby-electron",
|
|
"version": "1.0.197-nightly.1",
|
|
"description": "Electron-specific bindings",
|
|
"keywords": [
|
|
"tabby-builtin-plugin"
|
|
],
|
|
"main": "dist/index.js",
|
|
"typings": "typings/index.d.ts",
|
|
"scripts": {
|
|
"build": "webpack --progress --color",
|
|
"watch": "webpack --progress --color --watch"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"typings"
|
|
],
|
|
"author": "Eugene Pankov",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@angular/core": "^15",
|
|
"tabby-local": "*"
|
|
},
|
|
"devDependencies": {
|
|
"electron-promise-ipc": "^2.2.4",
|
|
"ps-node": "^0.1.6",
|
|
"ssh-config": "^5.0.0",
|
|
"tmp-promise": "^3.0.2",
|
|
"which": "^3.0.0",
|
|
"winston": "^3.3.3"
|
|
}
|
|
}
|