UNPKG

js-han

Version:
43 lines (42 loc) 918 B
{ "name": "js-han", "version": "0.0.13", "description": "簡化字轉漢字,js實現", "type": "module", "main": "dist/main.min.js", "scripts": { "test": "node src/test.js", "build": "vite build", "build_main": "vite build --config vite.config.dist.js" }, "repository": { "type": "git", "url": "git+https://github.com/lizongying/js-han.git" }, "keywords": [ "漢字", "汉字", "簡化字", "简化字", "簡體字", "简体字", "正體字", "正体字", "繁體字", "繁体字", "hanzi", "chinese" ], "author": "Li ZongYing", "license": "MIT", "bugs": { "url": "https://github.com/lizongying/js-han/issues" }, "homepage": "https://lizongying.github.io/js-han/", "devDependencies": { "vite": "^6.3.2", "vite-plugin-html": "^3.2.2", "vite-plugin-static-copy": "^2.3.1" }, "dependencies": {} }