UNPKG

@odict/opencc-js

Version:

The JavaScript version of Open Chinese Convert (OpenCC)

58 lines (57 loc) 1.34 kB
{ "name": "@odict/opencc-js", "version": "1.2.0", "description": "The JavaScript version of Open Chinese Convert (OpenCC)", "type": "module", "files": [ "dist", "README.md" ], "exports": { "./cn2t": { "import": "./dist/src/cn2t.js", "types": "./dist/src/cn2t.d.ts" }, "./t2cn": { "import": "./dist/src/t2cn.js", "types": "./dist/src/t2cn.d.ts" }, ".": { "import": "./dist/src/index.js", "types": "./dist/src/index.d.ts" } }, "scripts": { "prepare": "bun x husky" }, "repository": { "type": "git", "url": "git+https://github.com/TheOpenDictionary/opencc-js.git" }, "author": "The Open Dictionary", "keywords": [ "opencc", "Chinese", "unicode", "Chinese Language", "Simplified Chinese", "Traditional Chinese", "chinese-language", "chinese-characters", "traditional-chinese", "simplified-chinese" ], "license": "MIT", "bugs": { "url": "https://github.com/TheOpenDictionary/opencc-js/issues" }, "homepage": "https://github.com/TheOpenDictionary/opencc-js", "devDependencies": { "@biomejs/biome": "^2.2.6", "@types/bun": "^1.3.0", "bunup": "^0.14.20", "husky": "^9.1.7", "typescript": "^5.9.3", "@typescript/native-preview": "^7.0.0-dev.20251015.1" } }