package.json 794 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "tabby-plugin-manager",
  3. "version": "1.0.197-nightly.1",
  4. "description": "Tabby's plugin manager",
  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. "@types/semver": "^7.1.0",
  22. "semver": "^7.1.1"
  23. },
  24. "peerDependencies": {
  25. "@angular/common": "^15",
  26. "@angular/core": "^15",
  27. "@angular/forms": "^15",
  28. "@angular/platform-browser": "^15",
  29. "@ng-bootstrap/ng-bootstrap": "^14",
  30. "rxjs": "^7",
  31. "tabby-core": "*",
  32. "tabby-settings": "*"
  33. }
  34. }