{
  "name": "@xterm/addon-ligatures",
  "version": "0.11.0-beta.191",
  "description": "Add support for programming ligatures to xterm.js",
  "author": {
    "name": "The xterm.js authors",
    "url": "https://xtermjs.org/"
  },
  "main": "lib/addon-ligatures.js",
  "module": "lib/addon-ligatures.mjs",
  "types": "typings/addon-ligatures.d.ts",
  "repository": "https://github.com/xtermjs/xterm.js/tree/master/addons/addon-ligatures",
  "engines": {
    "node": ">8.0.0"
  },
  "scripts": {
    "build": "tsgo -p src",
    "watch": "tsgo -w -p src",
    "prepackage": "npm run build",
    "package": "webpack",
    "pretest": "npm run build",
    "test": "nyc mocha out/**/*.test.js",
    "prepublish": "npm run package"
  },
  "keywords": [
    "font",
    "ligature",
    "terminal",
    "xterm",
    "xterm.js"
  ],
  "license": "MIT",
  "dependencies": {
    "lru-cache": "^6.0.0",
    "opentype.js": "^0.8.0"
  },
  "devDependencies": {
    "@types/lru-cache": "^5.1.0",
    "@types/opentype.js": "^0.7.0",
    "axios": "^1.6.0",
    "font-finder": "^1.1.0",
    "mkdirp": "0.5.5",
    "yauzl": "^2.10.0"
  },
  "commit": "fb25eb8f79fd223acef90828dc2990bb7e196a1d",
  "peerDependencies": {
    "@xterm/xterm": "^6.1.0-beta.191"
  }
}