@zh-keyboard/recognizer
Version:
54 lines • 1.2 kB
JSON
{
"name": "@zh-keyboard/recognizer",
"version": "0.2.2",
"description": "中文手写汉字识别器组件",
"author": "dusionlike",
"license": "Apache 2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/dusionlike/zh-keyboard",
"directory": "packages/recognizer"
},
"bugs": {
"url": "https://github.com/dusionlike/zh-keyboard/issues"
},
"keywords": [
"键盘",
"中文",
"虚拟键盘",
"手写识别",
"汉字识别",
"中文输入法",
"组件"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist",
"qrcode.jpg"
],
"dependencies": {
"@tensorflow/tfjs-backend-cpu": "^4.22.0",
"@tensorflow/tfjs-converter": "^4.22.0",
"@tensorflow/tfjs-core": "^4.22.0",
"@zh-keyboard/core": "0.2.2"
},
"devDependencies": {
"tsdown": "^0.11.1",
"typescript": "^5.0.0",
"vitest": "^1.0.0"
},
"scripts": {
"dev": "tsdown --watch",
"build": "tsdown",
"test": "vitest run"
}
}