{
  "version": "0.3.1",
  "license": "MIT",
  "repository": "https://github.com/NYPL/ePub-to-webpub",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=14.17"
  },
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "lint": "eslint src/**",
    "prepare": "tsup-node",
    "build": "tsup-node",
    "start": "tsup-node --watch",
    "release": "np"
  },
  "bin": {
    "epub-to-webpub": "./dist/cli/index.js"
  },
  "np": {
    "branch": "main"
  },
  "tsup": {
    "splitting": false,
    "sourcemap": true,
    "clean": true,
    "dts": true,
    "format": [
      "esm",
      "cjs"
    ],
    "entryPoints": [
      "src/index.ts",
      "src/cli/index.ts"
    ]
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "name": "epub-to-webpub",
  "author": "kristojorg",
  "module": "dist/index.mjs",
  "devDependencies": {
    "@size-limit/preset-small-lib": "^4.11.0",
    "@types/jest": "^26.0.23",
    "@types/node-fetch": "^2.5.10",
    "@types/react": "^17.0.3",
    "@types/react-dom": "^17.0.3",
    "@types/sade": "^1.7.2",
    "@types/xml2js": "^0.4.8",
    "@typescript-eslint/eslint-plugin": "^4.25.0",
    "@typescript-eslint/parser": "^4.25.0",
    "@vercel/node": "^1.11.0",
    "chalk": "^4.1.1",
    "esbuild-jest": "^0.5.0",
    "eslint": "^7.27.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-config-react-app": "^6.0.0",
    "eslint-plugin-prettier": "^3.4.0",
    "file-type": "^16.5.0",
    "husky": "^6.0.0",
    "jest": "^27.0.1",
    "jest-watch-typeahead": "^0.6.4",
    "msw": "^0.28.2",
    "np": "^7.5.0",
    "ora": "^5.4.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "sade": "^1.7.4",
    "size-limit": "^4.11.0",
    "tslib": "^2.2.0",
    "tsup": "^4.11.1",
    "typescript": "^4.2.4"
  },
  "dependencies": {
    "@types/xmldom": "^0.1.30",
    "image-size": "^0.9.7",
    "node-fetch": "^2.6.1",
    "r2-shared-js": "^1.0.50",
    "r2-utils-js": "^1.0.24",
    "xmldom": "^0.5.0",
    "xpath": "^0.0.32"
  },
  "optionalDependencies": {
    "@nypl-simplified-packages/axisnow-access-control-web": "^1.0.3"
  }
}
