{
  "name": "@wyattbelknap/ink-highlight",
  "version": "1.0.4",
  "description": "A high-performance NPM library for custom text highlighting.",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.module.js",
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.module.js",
    "require": "./dist/index.cjs",
    "default": "./dist/index.modern.js"
  },
  "bin": {
    "ink-cli": "./dist/cli.cjs"
  },
  "files": [
    "dist",
    "template",
    "icon.png"
  ],
  "scripts": {
    "build": "microbundle --no-compress --format modern,esm,cjs && microbundle src/cli.js -o dist/cli.js --target node --format cjs --external all",
    "dev": "microbundle watch --format modern,esm,cjs",
    "test": "echo \"Error: no test specified\" && exit 0"
  },
  "keywords": [
    "text",
    "highlight",
    "selection",
    "performance",
    "high-performance",
    "ink"
  ],
  "author": "4SP",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "ink": "^3.2.0",
    "react": "^17.0.2"
  },
  "devDependencies": {
    "microbundle": "^0.15.1"
  }
}
