1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-22 11:52:03 +03:00
tabby/tabby-linkifier/package.json

25 lines
563 B
JSON
Raw Normal View History

{
"name": "tabby-linkifier",
2023-04-23 18:40:17 +03:00
"version": "1.0.197-nightly.0",
"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": [
2023-04-23 18:57:05 +03:00
"dist",
"typings"
],
"author": "Eugene Pankov",
"license": "MIT",
"devDependencies": {
2022-09-27 22:16:48 +03:00
"untildify": "^4.0.0",
"xterm-addon-web-links": "^0.7.0"
}
}