1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-27 10:42:35 +03:00
tabby/tabby-electron/package.json

28 lines
591 B
JSON
Raw Normal View History

{
2021-06-30 00:57:04 +03:00
"name": "tabby-electron",
2021-10-31 20:21:04 +03:00
"version": "1.0.162-nightly.0",
"description": "Electron-specific bindings",
"keywords": [
2021-06-30 00:57:04 +03:00
"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"
}
}