UNPKG

react-ziwei

Version:

[![GitHub License](https://img.shields.io/github/license/lzm0x219/ziwei?style=flat)](https://github.com/lzm0x219/react-ziwei/blob/main/LICENSE) [![Formatted with Biome](https://img.shields.io/badge/Formatted_with-Biome-60a5fa?style=flat&logo=biome)](https

101 lines (100 loc) 2.34 kB
{ "name": "react-ziwei", "version": "0.0.0-devlopment", "description": "", "keywords": [ "紫微斗数", "Ziwei", "Ziwei-Doushu", "命理学", "命盘", "排盘", "北派紫微斗数", "紫微星盘", "八字命理", "工具库", "JavaScript", "TypeScript", "占星", "占卜", "星盘工具", "命理工具", "天干地支", "五行", "四化飞星", "专业紫微", "ziwei.js", "Ziwei.js", "紫微斗数工具", "命理排盘", "命理算法", "紫微算法", "现代命理", "Chinese astrology", "astrology", "fengshui", "ziwei-doushu-library", "ziwei-doushu-calculator" ], "homepage": "https://github.com/lzm0x219/react-ziwei#readme", "bugs": { "url": "https://github.com/lzm0x219/react-ziwei/issues" }, "files": [ "dist/" ], "repository": { "type": "git", "url": "git+https://github.com/lzm0x219/react-ziwei.git" }, "license": "MIT", "author": "lzm0x219", "type": "module", "exports": { "import": "./dist/index.js", "require": "./dist/index.cjs" }, "main": "./dist/index.js", "jsdelivr": "dist/react-ziwei.min.js", "unpkg": "dist/react-ziwei.min.js", "module": "./dist/index.js", "browser": "dist/react-ziwei.min.js", "types": "./dist/index.d.ts", "scripts": { "build": "rslib build", "build:watch": "rslib build --watch", "dev:playground": "rsbuild dev", "prepare": "husky", "test": "rstest" }, "lint-staged": { "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}": [ "biome format --write --no-errors-on-unmatched" ], "*": [ "biome check --no-errors-on-unmatched --files-ignore-unknown=true" ] }, "dependencies": { "ziwei.js": "0.1.0-alpha.4" }, "devDependencies": { "@biomejs/biome": "2.2.6", "@microsoft/api-extractor": "7.53.2", "@rsbuild/core": "1.5.17", "@rsbuild/plugin-react": "1.4.1", "@rslib/core": "0.16.0", "@rstest/core": "0.5.4", "@rstest/coverage-istanbul": "0.0.3", "@types/react": "19.2.2", "@types/react-dom": "19.2.2", "husky": "9.1.7", "lint-staged": "16.2.5", "sort-package-json": "3.4.0", "typescript": "5.9.3" }, "peerDependencies": { "react": "^19.2.0", "react-dom": "^19.2.0" } }