package.json 551 B

1234567891011121314151617181920212223
  1. {
  2. "name": "tabby-linkifier",
  3. "version": "1.0.171-nightly.3",
  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. "typings"
  16. ],
  17. "author": "Eugene Pankov",
  18. "license": "MIT",
  19. "devDependencies": {
  20. "untildify": "^4.0.0",
  21. "xterm-addon-web-links": "^0.7.0"
  22. }
  23. }