thai-keyboard-corrector
Version:
Corrects text typed with the wrong Thai/English keyboard layout
36 lines • 979 B
JSON
{
"name": "thai-keyboard-corrector",
"version": "1.0.1",
"description": "Corrects text typed with the wrong Thai/English keyboard layout",
"license": "MIT",
"type": "module",
"main": "dist/thai-keyboard-corrector.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/chayuto/thai-keyboard-corrector-ts.git"
},
"homepage": "https://github.com/chayuto/thai-keyboard-corrector-ts#readme",
"bugs": {
"url": "https://github.com/chayuto/thai-keyboard-corrector-ts/issues"
},
"keywords": [
"thai",
"keyboard",
"layout",
"corrector",
"kedmanee",
"qwerty",
"typing",
"text-processing"
],
"scripts": {
"build": "tsc && esbuild src/index.ts --bundle --format=iife --global-name=ThaiKeyboardCorrector --outfile=dist/thai-keyboard-corrector.js",
"test": "vitest"
},
"devDependencies": {
"esbuild": "^0.21.0",
"typescript": "^5.5.0",
"vitest": "^1.6.0"
}
}