2021-05-24 15:48:12 +00:00
|
|
|
{
|
2021-06-29 21:57:04 +00:00
|
|
|
"name": "tabby-electron",
|
2023-01-29 12:21:51 +00:00
|
|
|
"version": "1.0.189-nightly.2",
|
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": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"author": "Eugene Pankov",
|
|
|
|
"license": "MIT",
|
|
|
|
"peerDependencies": {
|
2023-03-19 11:39:31 +00:00
|
|
|
"@angular/core": "^9.1.9",
|
|
|
|
"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",
|
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
|
|
|
}
|
|
|
|
}
|