UNPKG

budongsan-api

Version:

국토교통부 아파트 실거래가, 전월세, 단지 정보, 용적률 등 공공데이터 API 래퍼

47 lines (46 loc) 1.01 kB
{ "name": "budongsan-api", "version": "1.0.474", "description": "국토교통부 아파트 실거래가, 전월세, 단지 정보, 용적률 등 공공데이터 API 래퍼", "keywords": [ "budongsan", "apartment", "realestate", "국토교통부", "실거래가", "전월세", "용적률", "korea" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/divetocode/budongsan-api.git" }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "type": "module", "files": [ "dist", "sigungu.json" ], "scripts": { "build": "tsup" }, "devDependencies": { "@types/node": "^24.1.0", "tsup": "^7.2.0", "typescript": "^5.3.0" }, "dependencies": { "axios": "^1.10.0" } }