12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "name": "chinese-days",
- "version": "1.4.0",
- "description": "中国节假日、调休日、工作日、24节气查询,农历阳历互转,支持 TS、CommonJS、UMD 模块化使用,提供 ics 日历格式,可供 Google Calendar、Apple Calendar、Microsoft Outlook 等客户端订阅。",
- "main": "dist/index.min.js",
- "module": "dist/index.es.js",
- "types": "dist/index.d.ts",
- "type": "commonjs",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vsme/chinese-days.git"
- },
- "files": [
- "dist/*",
- "src/*",
- "LICENSE",
- "package.json",
- "README.md",
- "README.en.md"
- ],
- "scripts": {
- "build": "tsc && vite build && ts-node scripts/build-json.ts && ts-node scripts/build-ics.ts",
- "fetch": "ts-node scripts/fetch.ts",
- "test": "jest"
- },
- "keywords": [
- "中国日期",
- "节假日",
- "工作日",
- "调休",
- "24节气",
- "农历",
- "阴历",
- "阳历",
- "日历",
- "订阅"
- ],
- "author": "Yaavi",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/vsme/chinese-days/issues"
- },
- "devDependencies": {
- "@types/jest": "^29.5.12",
- "axios": "^1.7.5",
- "cheerio": "^1.0.0",
- "ical-generator": "^7.2.0",
- "jest": "^29.7.0",
- "ts-jest": "^29.2.5",
- "ts-node": "^10.9.2",
- "typescript": "^5.5.4",
- "vite": "^5.4.2",
- "vite-plugin-dts": "^4.0.3"
- }
- }
|