typo-ime
Version:
In-browser Pinyin-to-Hanzi IME with fuzzy search and bigram probabilistic suggestions
34 lines (33 loc) • 746 B
JSON
{
"name": "typo-ime",
"version": "0.0.3",
"description": "In-browser Pinyin-to-Hanzi IME with fuzzy search and bigram probabilistic suggestions",
"main": "TypoAPI.js",
"module": "TypoAPI.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo \"No build step required\"",
"prepublishOnly": "npm run build"
},
"keywords": [
"IME",
"Pinyin",
"Hanzi",
"fuzzy-search",
"bigram",
"web-worker"
],
"author": "brandon57l",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/brandon57l/typo-ime.git"
},
"files": [
"TypoAPI.js",
"TypoSM.js"
],
"engines": {
"node": ">=14"
}
}