{
  "name": "vosk-koffi",
  "version": "1.1.1",
  "description": "Vosk node API based on Koffi.",
  "scripts": {
    "dev": "tsup --watch",
    "build": "tsup",
    "format": "prettier --write '**/*.{js,ts,jsx,tsx,json,yml,yaml,md,html}' --ignore-path .gitignore",
    "lint": "eslint .",
    "postinstall": "node scripts/postinstall.js"
  },
  "keywords": [
    "vosk",
    "speech recognition",
    "voice",
    "speech recognition",
    "wav to text",
    "speech",
    "recognition"
  ],
  "files": [
    "lib",
    "scripts"
  ],
  "author": "tocha688",
  "license": "MIT",
  "main": "lib/index.js",
  "module": "lib/index.mjs",
  "types": "lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.mjs",
      "require": "./lib/index.js"
    }
  },
  "homepage": "https://github.com/tocha688/vosk-koffi#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tocha688/vosk-koffi.git"
  },
  "bugs": {
    "url": "https://github.com/tocha688/vosk-koffi/issues"
  },
  "dependencies": {
    "koffi": "^2.8.6",
    "nodejs-file-downloader": "^4.12.1",
    "yauzl": "^3.1.2"
  },
  "devDependencies": {
    "@types/node": "^20.12.7",
    "tsup": "^5.12.9",
    "typescript": "^4.7.4"
  }
}
