{
  "name": "@zh-keyboard/recognizer",
  "version": "2.0.0",
  "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": "2.0.0"
  },
  "devDependencies": {
    "tsdown": "^0.21.2",
    "typescript": "~5.8.3",
    "vitest": "^4.1.0"
  },
  "scripts": {
    "dev": "tsdown --watch",
    "build": "tsdown",
    "test": "vitest run"
  }
}