holidays-kr
Version:
data.go.kr 데이터 기반 공휴일 수집
57 lines (56 loc) • 1.36 kB
JSON
{
"name": "holidays-kr",
"version": "1.1.5",
"description": "data.go.kr 데이터 기반 공휴일 수집",
"keywords": [
"공휴일",
"한국",
"대한민국",
"명절",
"기념일",
"holiday",
"data.go.kr",
"한국천문연구원"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"prepublishOnly": "npm run build",
"release": "./publish.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ndotcom/holidays-kr.git"
},
"author": {
"name": "N.com",
"email": "ndotcom@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ndotcom/holidays-kr/issues"
},
"homepage": "https://github.com/ndotcom/holidays-kr#readme",
"dependencies": {
"axios": "^1.4.0",
"fast-xml-parser": "^4.2.2"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"dotenv": "^16.0.3",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.5.0",
"jest-mock-axios": "^4.7.2",
"prettier": "^2.8.1",
"standard-version": "^9.5.0",
"ts-jest": "^29.1.0",
"typescript": "^4.9.4"
}
}