package.json 641 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "tabby-web",
  3. "version": "1.0.197-nightly.1",
  4. "description": "Web-specific bindings",
  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",
  12. "watch": "webpack --progress --color --watch"
  13. },
  14. "files": [
  15. "dist",
  16. "typings"
  17. ],
  18. "author": "Tabby Developers",
  19. "license": "MIT",
  20. "peerDependencies": {
  21. "@angular/core": "^15"
  22. },
  23. "devDependencies": {
  24. "@vaadin/vaadin-context-menu": "^5.0.0",
  25. "bootstrap": "^4.1.3",
  26. "bowser": "^2.11.0",
  27. "copy-text-to-clipboard": "^3.0.1"
  28. }
  29. }