mirror of
https://github.com/Eugeny/tabby
synced 2024-11-14 17:07:15 +00:00
27 lines
591 B
JSON
27 lines
591 B
JSON
{
|
|
"name": "tabby-electron",
|
|
"version": "1.0.165-nightly.0",
|
|
"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"
|
|
],
|
|
"author": "Eugene Pankov",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@angular/core": "^9.1.9"
|
|
},
|
|
"devDependencies": {
|
|
"electron-promise-ipc": "^2.2.4",
|
|
"tmp-promise": "^3.0.2",
|
|
"winston": "^3.3.3"
|
|
}
|
|
}
|