@kyungseopk1m/holidays-kr
Version:
한국천문연구원 기반 대한민국 공휴일 데이터
62 lines (61 loc) • 1.5 kB
JSON
{
"name": "@kyungseopk1m/holidays-kr",
"version": "1.3.3",
"description": "한국천문연구원 기반 대한민국 공휴일 데이터",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
"types": "dist/index.d.ts",
"type": "module",
"exports": {
".": {
"import": "./dist/mjs/index.js",
"require": "./dist/cjs/index.js"
}
},
"scripts": {
"test": "jest",
"build": "rm -fr dist/* && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && ./fixup.sh",
"deploy": "npm run build && npm publish --access=public"
},
"private": false,
"keywords": [
"공휴일",
"한국",
"대한민국",
"Korean",
"Holidays",
"Korea Holidays"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kyungseopk1m/holidays-kr.git"
},
"bugs": {
"url": "https://github.com/kyungseopk1m/holidays-kr.git",
"email": "kks0919@kakao.com"
},
"homepage": "https://github.com/kyungseopk1m/holidays-kr.git",
"author": "Kyungseop Kim <kks0919@kakao.com> (https://github.com/kyungseopk1m)",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.13.10",
"jest": "^29.7.0",
"ts-jest": "^29.2.6",
"typescript": "^5.8.2"
},
"dependencies": {
"axios": "^1.8.3"
},
"files": [
"dist",
"src",
"__test__",
"jest.config.ts",
".eslintrc.json",
"tsconfig.json",
"tsconfig-base.json",
"tsconfig-cjs.json",
"fixup.sh"
]
}