{
  "name": "@lingo-reader/shared",
  "type": "module",
  "version": "0.4.5",
  "description": "shared module of svg ebook reader",
  "author": "hhk-png <fangluoabc@163.com>",
  "license": "MIT",
  "homepage": "https://github.com/hhk-png/lingo-reader#readme",
  "repository": {
    "type": "git",
    "url": "git@github.com:hhk-png/lingo-reader.git",
    "directory": "packages/shared"
  },
  "bugs": "https://github.com/hhk-png/lingo-reader/issues",
  "keywords": [],
  "exports": {
    ".": {
      "browser": "./dist/index.browser.mjs",
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "browser": "./dist/index.browser.mjs",
  "dependencies": {
    "events": "^3.3.0",
    "path-browserify": "^1.0.1",
    "sax": "^1.4.1"
  },
  "devDependencies": {
    "@types/path-browserify": "^1.0.3",
    "@types/sax": "^1.2.7"
  },
  "scripts": {
    "build": "rollup -c"
  }
}