package.json 871 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "tabby-local",
  3. "version": "1.0.197-nightly.1",
  4. "description": "Tabby's local shell plugin",
  5. "keywords": [
  6. "tabby-builtin-plugin"
  7. ],
  8. "main": "dist/index.js",
  9. "typings": "typings/index.d.ts",
  10. "scripts": {
  11. "build": "webpack --progress --color --display-modules",
  12. "watch": "webpack --progress --color --watch"
  13. },
  14. "files": [
  15. "dist",
  16. "typings"
  17. ],
  18. "author": "Eugene Pankov",
  19. "license": "MIT",
  20. "devDependencies": {
  21. "ansi-colors": "^4.1.1",
  22. "dataurl": "0.1.0",
  23. "runes": "^0.4.2"
  24. },
  25. "peerDependencies": {
  26. "@angular/animations": "^15",
  27. "@angular/common": "^15",
  28. "@angular/core": "^15",
  29. "@angular/forms": "^15",
  30. "@angular/platform-browser": "^15",
  31. "@ng-bootstrap/ng-bootstrap": "^14",
  32. "rxjs": "^7",
  33. "tabby-core": "*",
  34. "tabby-settings": "*",
  35. "tabby-terminal": "*"
  36. }
  37. }