{
  "name": "@dgks/core",
  "version": "1.0.0-beta.0",
  "description": "Core implementation for @dgks packages",
  "author": {
    "name": "Ewan Roh <asomethings@kakao.com>",
    "url": "https://asomethings.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/asomethings/dgks.git",
    "directory": "packages/core"
  },
  "license": "MIT",
  "keywords": [
    "dgks",
    "data.go.kr",
    "openapi"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=12"
  },
  "dependencies": {
    "fast-xml-parser": "^3.17.0",
    "got": "^11.8.0"
  },
  "scripts": {
    "prepublishOnly": "pnpm build",
    "build": "tsc -p ./tsconfig.json"
  }
}