{ "name": "tabby-linkifier", "version": "1.0.197-nightly.1", "description": "Makes URLs, IPs and file paths clickable in Tabby", "keywords": [ "tabby-builtin-plugin" ], "main": "dist/index.js", "typings": "typings/index.d.ts", "scripts": { "build": "webpack --progress --color --display-modules", "watch": "webpack --progress --color --watch" }, "files": [ "dist", "typings" ], "author": "Eugene Pankov", "license": "MIT", "devDependencies": { "untildify": "^4.0.0", "xterm-addon-web-links": "^0.7.0" } }