1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-10-26 12:43:50 +03:00
tabby/tabby-linkifier/package.json
2024-03-11 21:31:54 +01:00

25 lines
565 B
JSON

{
"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": {
"@xterm/addon-web-links": "^0.10.0",
"untildify": "^4.0.0"
}
}