tabby/tabby-linkifier/package.json

25 lines
568 B
JSON
Raw Permalink Normal View History

{
"name": "tabby-linkifier",
2023-04-24 01:22:38 +08:00
"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": [
2023-04-23 23:57:05 +08:00
"dist",
"typings"
],
2025-06-17 05:13:18 +08:00
"author": "Tabby Developers",
"license": "MIT",
"devDependencies": {
2024-03-12 04:31:54 +08:00
"@xterm/addon-web-links": "^0.10.0",
"untildify": "^4.0.0"
}
}