| 1234567891011121314151617181920212223242526272829303132 |
- {
- "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": "Tabby Developers",
- "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"
- }
- }
|