{
  "name": "xterm-link-provider",
  "version": "2.0.0",
  "description": "Create a link provider for xterm.js using regex",
  "main": "./lib/cjs/index.js",
  "module": "./lib/esm/index.js",
  "types": "./lib/cjs/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\"",
    "compile": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
    "prepare": "yarn run compile",
    "demo": "python3 -m http.server 8080"
  },
  "files": [
    "lib/",
    "src/"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LabhanshAgrawal/xterm-link-provider.git"
  },
  "keywords": [
    "xterm.js",
    "xterm",
    "link",
    "provider",
    "url",
    "addon",
    "regex"
  ],
  "author": "Labhansh Agrawal",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/LabhanshAgrawal/xterm-link-provider/issues"
  },
  "homepage": "https://github.com/LabhanshAgrawal/xterm-link-provider#readme",
  "dependencies": {
    "@xterm/xterm": "^6.0.0"
  },
  "devDependencies": {
    "typescript": "^5.7.0"
  },
  "peerDependencies": {
    "@xterm/xterm": "^6.0.0"
  }
}
