{
  "name": "@l2studio/picacomic-api",
  "version": "0.2.1",
  "description": "A library for PicaComic http web api",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "repository": "https://github.com/l2studio/picacomic-api.git",
  "author": "lgou2w <lgou2w@hotmail.com>",
  "license": "Apache-2.0",
  "engines": {
    "node": "^14.17.0 || >=16.0.0"
  },
  "scripts": {
    "clean": "rimraf lib coverage",
    "build": "npm run clean && tsc",
    "test": "cross-env DEBUG='lgou2w:*' ts-node -T -P tsconfig.json test/index.ts",
    "lint": "eslint --ext .js,.ts --ignore-path .gitignore .",
    "prepublishOnly": "npm run lint && npm run build"
  },
  "files": [
    "lib"
  ],
  "keywords": [
    "l2studio",
    "lgou2w",
    "picacomic-api",
    "picacomic-client",
    "picacomic",
    "hentai",
    "hentai-cosplay",
    "r18",
    "r18-cosplay",
    "cosplay"
  ],
  "dependencies": {
    "got": "^11.8.6",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@types/node": "^18.16.0",
    "@types/tunnel": "^0.0.3",
    "@types/uuid": "^9.0.1",
    "@typescript-eslint/eslint-plugin": "^5.59.0",
    "@typescript-eslint/parser": "^5.59.0",
    "cross-env": "^7.0.3",
    "eslint": "^8.39.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-n": "^15.7.0",
    "eslint-plugin-promise": "^6.1.1",
    "rimraf": "^5.0.0",
    "ts-node": "^10.9.1",
    "tunnel": "^0.0.6",
    "typescript": "^5.0.4"
  },
  "peerDependencies": {
    "got": "^11.0.0"
  }
}
