tabby/tabby-linkifier/package.json
2023-01-29 13:21:51 +01:00

23 lines
551 B
JSON

{
"name": "tabby-linkifier",
"version": "1.0.189-nightly.2",
"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": [
"typings"
],
"author": "Eugene Pankov",
"license": "MIT",
"devDependencies": {
"untildify": "^4.0.0",
"xterm-addon-web-links": "^0.7.0"
}
}