{
  "name": "@l2studio/nhentai-api",
  "version": "0.2.8",
  "description": "A library for nhentai.net http web api",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "repository": "https://github.com/l2studio/nhentai-api.git",
  "author": "lgou2w <lgou2w@hotmail.com>",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=10.0"
  },
  "scripts": {
    "clean": "rimraf lib",
    "build": "npm run clean && tsc",
    "test": "cross-env DEBUG='lgou2w:*' ts-node -T -P tsconfig.json test/index.ts",
    "lint": "eslint --ext .js,.ts,.tsx --ignore-path .gitignore .",
    "prepublishOnly": "npm run lint && npm run build"
  },
  "files": [
    "lib"
  ],
  "keywords": [
    "l2studio",
    "lgou2w",
    "nhentai-api",
    "nhentai-client",
    "nhentai",
    "hentai",
    "hentai-book",
    "r18",
    "r18-book"
  ],
  "devDependencies": {
    "@types/node": "^14.17.4",
    "@types/tunnel": "^0.0.3",
    "@typescript-eslint/eslint-plugin": "^4.28.4",
    "@typescript-eslint/parser": "^4.28.4",
    "cross-env": "^7.0.3",
    "eslint": "^7.31.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.23.4",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.1.0",
    "rimraf": "^3.0.2",
    "ts-node": "^9.1.1",
    "typescript": "^4.3.5"
  },
  "dependencies": {
    "debug": "^4.3.2",
    "got": "^11.8.2",
    "tunnel": "^0.0.6"
  }
}
