package.json 565 B

123456789101112131415161718192021222324
  1. {
  2. "name": "tabby-linkifier",
  3. "version": "1.0.197-nightly.1",
  4. "description": "Makes URLs, IPs and file paths clickable in Tabby",
  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. "@xterm/addon-web-links": "^0.10.0",
  22. "untildify": "^4.0.0"
  23. }
  24. }