@chnlib/chinese-holiday
Version:
65 lines (64 loc) • 1.13 kB
JSON
{
"name": "@chnlib/chinese-holiday",
"version": "1.2.0",
"description": "中国节假日",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"scripts": {
"dev": "father dev",
"build": "father build",
"build:deps": "father prebundle",
"prepublishOnly": "father doctor && npm run build"
},
"keywords": [
"chinese-holiday",
"holiday",
"工作日",
"节假日",
"nodejs",
"2001",
"2002",
"2003",
"2004",
"2005",
"2006",
"2007",
"2008",
"2009",
"2010",
"2011",
"2012",
"2013",
"2014",
"2015",
"2016",
"2017",
"2018",
"2019",
"2020",
"2021",
"2022",
"2023",
"2024",
"2025"
],
"authors": [],
"license": "MIT",
"files": [
"dist",
"compiled"
],
"repository": {
"type": "git",
"url": "https://github.com/laker0071/chinese-holiday.git"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"father": "^4.5.1"
},
"dependencies": {
"dayjs": "^1.11.11"
}
}