UNPKG

workday-cn

Version:

> 一个用于判断中国工作日的 JavaScript 工具包,支持法定节假日和调休判断。

39 lines (38 loc) 1.02 kB
{ "name": "workday-cn", "version": "1.0.4", "description": "", "main": "lib/workday-cn.cjs.js", "module": "lib/workday-cn.esm.js", "browser": "lib/workday-cn.umd.js", "scripts": { "build": "node script/build.js", "dev": "rollup -c -w", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "workday", "cn-workday", "workday-cn", "chinese-workday", "china-workday" ], "repository": { "type": "git", "url": "git+https://github.com/honxinn/workday-cn.git" }, "homepage": "https://github.com/honxinn/workday-cn#readme", "author": "HonXin", "license": "MIT", "devDependencies": { "@babel/core": "^7.26.0", "@babel/preset-env": "^7.26.0", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^28.0.2", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-terser": "^0.4.4", "eslint": "^8.57.1", "eslint-config-egg": "^14.0.0", "rollup": "^4.29.1" } }