UNPKG

lunisolar

Version:

专业农历库,支持公历阴历互转,支持各类黄历数据查询,如八字四柱、阴历、神煞宜忌、时辰吉凶、建除十二神、胎神占方、五行纳音等。支持自定义插件。

68 lines (67 loc) 2.2 kB
{ "name": "lunisolar", "version": "2.6.0", "description": "专业农历库,支持公历阴历互转,支持各类黄历数据查询,如八字四柱、阴历、神煞宜忌、时辰吉凶、建除十二神、胎神占方、五行纳音等。支持自定义插件。", "main": "dist/lunisolar.js", "module": "dist/lunisolar.esm.js", "browser": "dist/lunisolar.js", "unpkg": "dist/lunisolar.js", "types": "typings/index.d.ts", "scripts": { "test": "jest", "build": "rollup -c", "lint": "eslint --fix --ext .js,.ts src/ typings/ __tests__/", "changelog": "conventional-changelog -p angular -n './changelog-config.js' -i CHANGELOG.md -s " }, "keywords": [ "lunar", "solar", "lunisolar", "农历", "八字", "天干", "地支", "阴历", "阳历", "宜忌" ], "author": "Natron Kan", "homepage": "https://lunisolar.js.org", "repository": { "type": "git", "url": "git+https://github.com/waterbeside/lunisolar.git" }, "license": "GPL-3.0", "devDependencies": { "@babel/core": "^7.17.10", "@babel/plugin-proposal-decorators": "^7.20.7", "@babel/plugin-syntax-decorators": "^7.19.0", "@babel/preset-env": "^7.17.10", "@babel/preset-typescript": "^7.16.7", "@jest/types": "^29.3.1", "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-node-resolve": "^13.2.1", "@rollup/plugin-terser": "^0.2.1", "@types/jest": "^27.5.2", "@types/node": "^17.0.24", "@typescript-eslint/eslint-plugin": "^5.19.0", "@typescript-eslint/parser": "^5.46.0", "babel-jest": "^29.3.1", "conventional-changelog-cli": "^2.2.2", "eslint": "^8.13.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", "jest": "^29.7.0", "prettier": "^2.6.2", "rollup": "^2.70.2", "rollup-plugin-clear": "^2.0.7", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-dts": "^4.2.3", "rollup-plugin-filesize": "^10.0.0", "rollup-plugin-typescript2": "^0.31.2", "ts-jest": "^29.0.4", "ts-node": "^10.9.1", "tslib": "^2.4.0", "typescript": "^4.6.3" } }