UNPKG

shuzi

Version:

Chinese Number Format | 中文数字格式

74 lines 1.92 kB
{ "name": "shuzi", "version": "1.0.0", "description": "Chinese Number Format | 中文数字格式", "keywords": [ "中文小写数字", "中文大写数字", "发票", "金额" ], "homepage": "https://github.com/guoyunhe/shuzi#readme", "bugs": { "url": "https://github.com/guoyunhe/shuzi/issues" }, "repository": { "type": "git", "url": "git+https://github.com/guoyunhe/shuzi.git" }, "funding": "https://github.com/sponsors/guoyunhe", "author": { "name": "Guo Yunhe", "email": "i@guoyunhe.me" }, "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "CHANGELOG.md", "LICENSE", "README.md" ], "lint-staged": { "*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}": "eslint --fix", "*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}": "prettier --write" }, "prettier": "prettier-config-ali", "devDependencies": { "@mdx-js/react": "^3.1.0", "@types/node": "^20.17.30", "@types/react": "^18.3.20", "@types/react-dom": "^18.3.6", "eslint": "^9.24.0", "eslint-config-ali": "^16.1.1", "eslint-config-prettier": "^10.1.2", "eslint-plugin-prettier": "^5.2.6", "husky": "^9.1.7", "lint-staged": "^15.5.1", "prettier": "^3.5.3", "prettier-config-ali": "^1.3.2", "react": "^18.3.1", "react-doc-ui": "^2.3.0", "react-dom": "^18.3.1", "rive": "^3.0.1", "typescript": "^5.8.3" }, "rive": { "template": "base", "doc": { "basename": "/shuzi/" } }, "scripts": { "build": "rive build", "build:watch": "rive build --watch", "ci:eslint": "eslint -f json src -o ./.ci/eslint.json", "lint": "eslint .", "lint:fix": "prettier --write . && eslint --fix .", "start": "rive start", "test": "rive test", "test:ui": "rive test --ui", "test:watch": "rive test --watch" } }