@z-yue/calendar
Version:
根据当前阳(公)历日期获取阴(农)历日期,节日
50 lines (49 loc) • 1.23 kB
JSON
{
"name": "@z-yue/calendar",
"version": "1.2.3",
"description": "根据当前阳(公)历日期获取阴(农)历日期,节日",
"keywords": [
"日历",
"阳历",
"农历",
"阴历",
"日期",
"节日",
"节气"
],
"homepage": "https://github.com/lizhongyue248/z-yue/tree/master/packages/calendar",
"bugs": {
"url": "https://github.com/lizhongyue248/z-yue/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/lizhongyue248/z-yue.git"
},
"license": "MIT",
"author": {
"name": "阿月很乖",
"email": "lizhongyue248@163.com",
"url": "https://github.com/lizhongyue248"
},
"main": "build/cjs/index.min.js",
"module": "build/es/index.js",
"types": "build/types/index.d.ts",
"directories": {
"lib": "src",
"test": "__tests__"
},
"files": [
"build/*"
],
"scripts": {
"build": "cross-env INPUT=./src/index.ts rollup -c ../../rollup.config.js",
"test": "jest -c=../../jest.config.js --testPathPattern=__tests__ --coverageDirectory=coverage/calendar"
},
"devDependencies": {
"jest": "^26.6.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "f30d84b5d28b807799f629c25ba1ca445672a7ce"
}