package.json 512 B

12345678910111213141516171819202122
  1. {
  2. "name": "tabby-linkifier",
  3. "version": "1.0.165-nightly.0",
  4. "description": "Makes URLs, IPs and file paths clickable in Tabby",
  5. "keywords": [
  6. "tabby-builtin-plugin"
  7. ],
  8. "main": "dist/index.js",
  9. "typings": "typings/index.d.ts",
  10. "scripts": {
  11. "build": "webpack --progress --color --display-modules",
  12. "watch": "webpack --progress --color --watch"
  13. },
  14. "files": [
  15. "typings"
  16. ],
  17. "author": "Eugene Pankov",
  18. "license": "MIT",
  19. "devDependencies": {
  20. "untildify": "^4.0.0"
  21. }
  22. }