{
  "name": "mark-highlight",
  "version": "0.0.2",
  "description": "一个简单的选择划线高亮工具",
  "type": "module",
  "module": "dist/index.esm.js",
  "main": "dist/index.cjs.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "rimraf ./dist && rollup --config --bundleConfigAsCjs -w",
    "build": "rimraf ./dist && rollup --config --bundleConfigAsCjs"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/chunshand/mark-highlight.git"
  },
  "keywords": ["mark","highlight"],
  "author": "chunshand",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^18.11.9",
    "rimraf": "^3.0.2",
    "rollup": "^3.3.0",
    "rollup-plugin-dts": "^5.0.0",
    "rollup-plugin-typescript2": "^0.34.1",
    "typescript": "^4.8.4"
  }
}