package.json 933 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "tabby-local",
  3. "version": "1.0.189-nightly.2",
  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. "typings"
  16. ],
  17. "author": "Eugene Pankov",
  18. "license": "MIT",
  19. "devDependencies": {
  20. "ansi-colors": "^4.1.1",
  21. "dataurl": "0.1.0",
  22. "hasbin": "^1.2.3",
  23. "ps-node": "^0.1.6",
  24. "runes": "^0.4.2"
  25. },
  26. "peerDependencies": {
  27. "@angular/animations": "^9.1.9",
  28. "@angular/common": "^9.1.11",
  29. "@angular/core": "^9.1.9",
  30. "@angular/forms": "^9.1.11",
  31. "@angular/platform-browser": "^9.1.11",
  32. "@ng-bootstrap/ng-bootstrap": "^6.1.0",
  33. "rxjs": "^6.5.5",
  34. "tabby-core": "*",
  35. "tabby-settings": "*",
  36. "tabby-terminal": "*"
  37. }
  38. }