{
  "name": "@nestia/fetcher",
  "version": "5.0.0",
  "description": "Fetcher library of Nestia SDK",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "build": "rimraf lib && tsc",
    "dev": "tsc -p tsconfig.test.json --watch",
    "eslint": "eslint src",
    "eslint:fix": "eslint src --fix"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/samchon/nestia"
  },
  "keywords": [
    "nestia",
    "fetcher",
    "sdk"
  ],
  "author": "Jeongho Nam",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/samchon/nestia/issues"
  },
  "homepage": "https://nestia.io",
  "dependencies": {
    "@samchon/openapi": "^3.0.0",
    "typia": "^8.0.0"
  },
  "peerDependencies": {
    "typescript": ">= 4.8.0"
  },
  "devDependencies": {
    "@types/node": "^18.11.14",
    "@typescript-eslint/eslint-plugin": "^5.46.1",
    "@typescript-eslint/parser": "^5.46.1",
    "rimraf": "^6.0.1",
    "typescript": "~5.8.2"
  },
  "files": [
    "README.md",
    "LICENSE",
    "package.json",
    "lib",
    "src"
  ]
}