UNPKG

holidays-korea

Version:

Provides information about South Korean public holidays.

38 lines (37 loc) 840 B
{ "name": "holidays-korea", "version": "1.1.0", "description": "Provides information about South Korean public holidays.", "main": "dist/index.js", "scripts": { "build": "babel src -d dist", "start": "node dist/index.js" }, "repository": { "type": "git", "url": "https://github.com/developer119korea/holidays-korea" }, "homepage": "https://github.com/developer119korea/holidays-korea", "keywords": [ "공휴일", "공공데이터포털", "한국천문원", "대한민국", "한국", "명절", "휴일", "korea", "holiday", "data.go.kr" ], "author": "developer119korea", "license": "ISC", "devDependencies": { "@babel/cli": "^7.24.6", "@babel/core": "^7.24.6", "@babel/preset-env": "^7.24.6" }, "dependencies": { "axios": "^1.7.2" } }