{
  "name": "@node-novel/epub-util",
  "version": "1.0.11",
  "description": "<description>",
  "keywords": [],
  "homepage": "https://github.com/bluelovers/ws-epub/tree/master/packages/epub-util#readme",
  "bugs": {
    "url": "https://github.com/bluelovers/ws-epub/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bluelovers/ws-epub.git",
    "directory": "packages/epub-util"
  },
  "license": "ISC",
  "author": "bluelovers",
  "main": "index.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "coverage": "npx nyc yarn run test",
    "lint": "npx eslint **/*.ts",
    "test": "echo \"Error: no test specified\"",
    "test:jest": "jest --passWithNoTests",
    "test:jest:snapshot": "yarn run test:jest -- -u",
    "test:snapshot": "yarn run test -- -u",
    "test:tsd": "ynpx tsd",
    "npm:publish": "npm publish",
    "npm:publish:lerna": "npx lerna publish --yes --cd-version patch",
    "preversion": "yarn run test",
    "prepublish:lockfile": "npx sync-lockfile .",
    "prepublishOnly_": "yarn run ncu && yarn run sort-package-json && yarn run test",
    "postpublish_": "git commit -m \"chore(release): publish\" .",
    "ncu": "npx yarn-tool ncu -u",
    "sort-package-json": "npx sort-package-json ./package.json",
    "tsc:default": "tsc -p tsconfig.json",
    "tsc:esm": "tsc -p tsconfig.esm.json"
  },
  "dependencies": {
    "@types/cheerio": "*",
    "@types/jquery": "*",
    "crlf-normalize": "^1.0.19",
    "html-minifier": "^4.0.0",
    "tslib": "^2.6.2",
    "zero-width": "^1.0.27"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "d27ef52af34a27b1f18b4fc3a101850638c7bb38"
}
