{
  "name": "@alline/hook-wiki",
  "version": "3.0.0",
  "description": "Wikipedia hook for Alline.",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/alline/hook-wiki.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "prebuild": "rimraf lib",
    "build": "tsc",
    "lint": "eslint --ext .ts src",
    "publish": "semantic-release"
  },
  "files": [
    "lib"
  ],
  "keywords": [
    "Alline",
    "Plex"
  ],
  "author": "Joshua Avalon",
  "license": "Apache-2.0",
  "devDependencies": {
    "@joshuaavalon/eslint-config-typescript": "^4.0.1",
    "@semantic-release/changelog": "^5.0.1",
    "@semantic-release/git": "^9.0.0",
    "@semantic-release/gitlab": "^6.0.4",
    "@types/lodash": "^4.14.157",
    "eslint": "^7.4.0",
    "prettier": "^2.0.5",
    "rimraf": "^3.0.2",
    "semantic-release": "^17.1.1",
    "typescript": "^3.9.6"
  },
  "dependencies": {
    "@alline/core": "^2.4.0",
    "@alline/scraper-request": "^2.0.0",
    "@joshuaavalon/cheerio-table-parser": "^2.0.1",
    "@types/cheerio": "^0.22.21",
    "@types/moment": "^2.13.0",
    "@types/node": "^14.0.20",
    "cheerio": "^1.0.0-rc.3",
    "lodash": "^4.17.19",
    "moment": "^2.27.0"
  }
}
