{
  "name": "@mirawision/copily",
  "version": "1.0.0",
  "description": "A comprehensive clipboard manipulation library for TypeScript, providing functionalities for copying/pasting text, HTML, JSON, images, files, and smart content detection.",
  "main": "index.js",
  "types": "index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    },
    "./core": {
      "types": "./core.d.ts",
      "default": "./core.js"
    },
    "./advanced": {
      "types": "./advanced.d.ts",
      "default": "./advanced.js"
    }
  },
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "pack": "npm pack",
    "prepublish": "npm run build",
    "publish": "npm publish --access public"
  },
  "keywords": [
    "clipboard",
    "copy",
    "paste",
    "clipboard-api",
    "text-copy",
    "html-copy",
    "json-copy",
    "image-copy",
    "file-copy",
    "smart-paste",
    "clipboard-interception",
    "clipboard-events",
    "browser-clipboard",
    "typescript",
    "copily"
  ],
  "author": "Yelysei Lukin <yelysei277@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/MiraWision/copily.git"
  },
  "bugs": {
    "url": "https://github.com/MiraWision/copily/issues"
  },
  "homepage": "https://mirawision.github.io/copily",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "29.5.12",
    "jest": "29.7.0",
    "jest-environment-jsdom": "30.0.5",
    "ts-jest": "29.1.2",
    "typescript": "5.3.3"
  }
}
