{
  "name": "@sherpa-onnx-wasm/asr",
  "type": "module",
  "version": "0.0.1",
  "description": "",
  "author": "Makito <i@maki.to>",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sumimakito/sherpa-onnx-wasm.git"
  },
  "keywords": [],
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "tsdown": "^0.15.12",
    "typescript": "^5.9.3",
    "@sherpa-onnx-wasm/preloader": "^0.0.1"
  },
  "scripts": {
    "build": "tsdown"
  }
}