1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-10-26 20:52:07 +03:00
tabby/tabby-linkifier/package.json
2023-04-23 10:22:38 -07:00

25 lines
563 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": {
"untildify": "^4.0.0",
"xterm-addon-web-links": "^0.7.0"
}
}