UNPKG

rmb-capital

Version:

阿拉伯数字金额转为汉字大写

60 lines (59 loc) 1.35 kB
{ "name": "rmb-capital", "version": "0.0.6", "description": "阿拉伯数字金额转为汉字大写", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "main": "./dist/index.mjs", "module": "./dist/index.mjs", "browser": "./dist/rmb-capital.min.js", "types": "./dist/index.d.ts", "typesVersions": { "*": { "*": [ "./dist/*", "./dist/index.d.ts" ] } }, "files": [ "dist" ], "scripts": { "build": "unbuild", "dev": "unbuild --stub", "release": "bumpp && npm publish", "test-watch": "vitest", "test": "vitest run", "rollup": "rollup -c", "typecheck": "tsc --noEmit" }, "repository": { "type": "git", "url": "git+https://github.com/chuoke/rmb-capital-js.git" }, "keywords": [ "人民币大写", "汉字金额" ], "author": "chuoke", "license": "MIT", "bugs": { "url": "https://github.com/chuoke/rmb-capital-js/issues" }, "homepage": "https://github.com/chuoke/rmb-capital-js#readme", "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "bumpp": "^9.3.1", "rollup": "^4.12.0", "typescript": "^5.3.3", "unbuild": "^2.0.0", "vitest": "^1.3.1" } }