| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "tabby-local",
- "version": "1.0.197-nightly.1",
- "description": "Tabby's local shell plugin",
- "keywords": [
- "tabby-builtin-plugin"
- ],
- "main": "dist/index.js",
- "typings": "typings/index.d.ts",
- "scripts": {
- "build": "webpack --progress --color --display-modules",
- "watch": "webpack --progress --color --watch"
- },
- "files": [
- "dist",
- "typings"
- ],
- "author": "Eugene Pankov",
- "license": "MIT",
- "devDependencies": {
- "ansi-colors": "^4.1.1",
- "dataurl": "0.1.0",
- "runes": "^0.4.2"
- },
- "peerDependencies": {
- "@angular/animations": "^15",
- "@angular/common": "^15",
- "@angular/core": "^15",
- "@angular/forms": "^15",
- "@angular/platform-browser": "^15",
- "@ng-bootstrap/ng-bootstrap": "^14",
- "rxjs": "^7",
- "tabby-core": "*",
- "tabby-settings": "*",
- "tabby-terminal": "*"
- }
- }
|