{
  "name": "dongnelibrary",
  "version": "0.3.21",
  "description": "책을 빌릴 수 있는지 확인한다.",
  "engines": {
    "node": ">=22.22.0"
  },
  "main": "dist/dongnelibrary.js",
  "types": "dist/dongnelibrary.d.ts",
  "bin": {
    "dongnelibrary": "dist/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch",
    "prepublishOnly": "npm run build",
    "test": "npm run build && node --test test/*.spec.js",
    "dongne": "npm run build && node --test test/dongne.spec.js",
    "ansan": "npm run build && node --test test/ansan.spec.js",
    "asan": "npm run build && node --test test/asan.spec.js",
    "bcl": "npm run build && node --test test/bcl.spec.js",
    "cbelib": "npm run build && node --test test/cbelib.spec.js",
    "daegu": "npm run build && node --test test/daegu.spec.js",
    "gangnam": "npm run build && node --test test/gangnam.spec.js",
    "gangseo": "npm run build && node --test test/gangseo.spec.js",
    "gbelib": "npm run build && node --test test/gbelib.spec.js",
    "geoje": "npm run build && node --test test/geoje.spec.js",
    "gg": "npm run build && node --test test/gg.spec.js",
    "gjcity": "npm run build && node --test test/gjcity.spec.js",
    "gimhae": "npm run build && node --test test/gimhae.spec.js",
    "gunpo": "npm run build && node --test test/gunpo.spec.js",
    "gunsan": "npm run build && node --test test/gunsan.spec.js",
    "gwanak": "npm run build && node --test test/gwanak.spec.js",
    "gwe": "npm run build && node --test test/gwe.spec.js",
    "hanamlib": "npm run build && node --test test/hanamlib.spec.js",
    "hscity": "npm run build && node --test test/hscity.spec.js",
    "nowon": "npm run build && node --test test/nowon.spec.js",
    "ice": "npm run build && node --test test/ice.spec.js",
    "junggulib": "npm run build && node --test test/junggulib.spec.js",
    "mokpolib": "npm run build && node --test test/mokpolib.spec.js",
    "paju": "npm run build && node --test test/paju.spec.js",
    "osan": "npm run build && node --test test/osan.spec.js",
    "pohang": "npm run build && node --test test/pohang.spec.js",
    "ptlib": "npm run build && node --test test/ptlib.spec.js",
    "siheung": "npm run build && node --test test/siheung.spec.js",
    "snlib": "npm run build && node --test test/snlib.spec.js",
    "suwon": "npm run build && node --test test/suwon.spec.js",
    "uwlib": "npm run build && node --test test/uwlib.spec.js",
    "yangcheon": "npm run build && node --test test/yangcheon.spec.js",
    "yjlib": "npm run build && node --test test/yjlib.spec.js",
    "yongin": "npm run build && node --test test/yongin.spec.js",
    "ydplib": "npm run build && node --test test/ydplib.spec.js",
    "yplib": "npm run build && node --test test/yplib.spec.js",
    "jeju": "npm run build && node --test test/jeju.spec.js",
    "wonju": "npm run build && node --test test/wonju.spec.js",
    "yslib": "npm run build && node --test test/yslib.spec.js",
    "cancel": "npm run build && node --test test/cancel.spec.js",
    "util": "npm run build && node --test test/util.spec.js",
    "cli": "npm run build && node --test test/cli.spec.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/afrontend/dongnelibrary.git"
  },
  "keywords": [
    "book",
    "public library",
    "도서 검색",
    "안산시도서관",
    "아산시도서관",
    "부천시립도서관",
    "강남구통합도서관",
    "강서구통합도서관",
    "충청북도교육도서관",
    "대구광역시통합도서관",
    "경상북도교육청통합도서관",
    "경기교육통합도서관",
    "거제시도서관",
    "군산시도서관",
    "경기광주시도서관",
    "김해통합도서관",
    "군포시도서관",
    "관악구통합도서관",
    "강원특별자치도교육청도서관",
    "하남시도서관",
    "노원구립도서관",
    "성남시도서관",
    "파주시도서관",
    "오산시도서관",
    "평택시도서관",
    "포항시립도서관",
    "시흥시도서관",
    "화성시립도서관",
    "수원시도서관",
    "의왕시도서관",
    "여주시립도서관",
    "여수시립도서관",
    "양평군도서관",
    "용인시도서관",
    "인천광역시교육청통합공공도서관",
    "중구구립도서관",
    "목포시통합도서관",
    "제주시도서관",
    "원주시립통합도서관",
    "양천구도서관",
    "영등포구립도서관"
  ],
  "author": "<autoscripts@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/afrontend/dongnelibrary/issues"
  },
  "homepage": "https://github.com/afrontend/dongnelibrary#readme",
  "dependencies": {
    "@inquirer/prompts": "^7.0.0",
    "async": "^2.5.0",
    "colors": "^1.4.0",
    "commander": "^14.0.3",
    "configstore": "^4.0.0",
    "figlet": "^1.2.1",
    "jsdom": "^21.1.2",
    "lodash": "^4.18.1",
    "undici": "^6.25.0"
  },
  "devDependencies": {
    "@types/configstore": "^6.0.2",
    "@types/figlet": "^1.7.0",
    "@types/jsdom": "^27.0.0",
    "@types/lodash": "^4.17.23",
    "@types/node": "^20.19.30",
    "typescript": "^5.9.3"
  },
  "overrides": {
    "acorn": ">=5.7.4",
    "minimist": ">=1.2.2",
    "@tootallnate/once": "^2.0.1",
    "ws": "^8.20.1"
  },
  "tonicExampleFilename": "src/example.js"
}
