{
  "name": "novels-raw-scraper",
  "description": "A library to handle scraping of chapter and table of contents for chinese novels.",
  "version": "1.4.5",
  "author": "spa5k <unbuttun@gmail.com>",
  "bugs": {
    "url": "https://github.com/spa5k/novels-raw-scraper/issues"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "dependencies": {
    "cheerio": "^1.0.0-rc.10",
    "chinese-numbers-to-arabic": "^1.4.0",
    "is-url-online": "^1.3.3",
    "quick-scraper": "^1.7.0"
  },
  "devDependencies": {
    "@commitlint/cli": "15.0.0",
    "@commitlint/config-conventional": "15.0.0",
    "@semantic-release/changelog": "6.0.1",
    "@semantic-release/commit-analyzer": "9.0.2",
    "@semantic-release/git": "10.0.1",
    "@semantic-release/github": "8.0.2",
    "@semantic-release/npm": "8.0.3",
    "@semantic-release/release-notes-generator": "10.0.3",
    "@swc-node/jest": "^1.4.1",
    "@swc/cli": "^0.1.53",
    "@swc/core": "^1.2.119",
    "@swc/helpers": "^0.3.2",
    "@types/jest": "27.0.3",
    "@types/node": "16.11.12",
    "@typescript-eslint/eslint-plugin": "5.6.0",
    "@typescript-eslint/parser": "5.6.0",
    "@yarnpkg/esbuild-plugin-pnp": "^2.0.0",
    "chokidar": "^3.5.2",
    "commitizen": "4.2.4",
    "cross-env": "^7.0.3",
    "dotenv": "10.0.0",
    "eslint": "8.4.1",
    "eslint-config-galex": "3.3.5",
    "eslint-import-resolver-node": "0.3.6",
    "eslint-plugin-import": "2.25.3",
    "eslint-plugin-inclusive-language": "2.2.0",
    "eslint-plugin-jest-formatting": "3.1.0",
    "eslint-plugin-promise": "5.2.0",
    "eslint-plugin-sonarjs": "0.11.0",
    "eslint-plugin-unicorn": "39.0.0",
    "husky": "7.0.4",
    "jest": "27.4.4",
    "node-dev": "7.1.0",
    "pinst": "2.1.6",
    "playwright-chromium": "^1.17.1",
    "prettier": "2.5.1",
    "regenerator-runtime": "^0.13.9",
    "semantic-release": "18.0.1",
    "tslib": "2.3.1",
    "tsup": "^5.11.1",
    "typescript": "4.5.3"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/spa5k/novels-raw-scraper#readme",
  "husky": {
    "hooks": {
      "pre-commit": "yarn format && yarn lint",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "keywords": [
    "cjs",
    "dts",
    "esm",
    "library",
    "template",
    "typescript"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "packageManager": "yarn@3.1.1",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/spa5k/novels-raw-scraper.git"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=production tsup-node",
    "build:dev": "swc src --out-dir dist --watch",
    "dev": "node-dev dist/index.js --notify=false",
    "format": "prettier --write .",
    "lint": "eslint src --ext .ts",
    "semantic-release": "semantic-release",
    "test": "jest",
    "_postinstall": "husky install",
    "prepublishOnly": "pinst --disable",
    "postpublish": "pinst --enable"
  },
  "typings": "dist/index.d.ts",
  "peerDependencies": {
    "playwright-chromium": "^1.17.1"
  },
  "dependenciesMeta": {
    "tsup@5.11.1": {
      "unplugged": true
    }
  },
  "peerDependenciesMeta": {
    "playwright-chromium": {
      "optional": true
    }
  }
}
