{
  "name": "word-marker",
  "version": "1.1.16",
  "description": "The library used to tag web page text, which can store tag information.",
  "type": "module",
  "files": [
    "dist",
    "types"
  ],
  "main": "./dist/index.umd.js",
  "module": "./dist/index.es.js",
  "types": "./types/index.d.ts",
  "exports": {
    "types": "./index.d.ts",
    "import": "./dist/index.es.js",
    "require": "./dist/index.umd.js"
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "prebuild": "vue-tsc --declaration --emitDeclarationOnly --declarationDir types"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/roy-kang/text-marker.git"
  },
  "keywords": [
    "text-marker",
    "canvas"
  ],
  "author": "Roy Kang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/roy-kang/text-marker/issues"
  },
  "homepage": "https://github.com/roy-kang/text-marker/blob/main/README.md",
  "devDependencies": {
    "typescript": "^4.9.4",
    "vite": "^4.0.4",
    "vue-tsc": "^1.6.5"
  }
}