1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-30 22:53:31 +03:00
tabby/tabby-electron/package.json

28 lines
576 B
JSON
Raw Normal View History

{
2021-06-30 00:57:04 +03:00
"name": "tabby-electron",
2021-07-17 00:59:45 +03:00
"version": "1.0.147",
"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": {
"axios": "^0.21.1",
"winston": "^3.3.3",
"electron-promise-ipc": "^2.2.4"
}
}