{
  "name": "whisper.cpp-wrapper",
  "version": "1.5.2",
  "author": "Steven Linn",
  "description": "Whisper.cpp wrapper for Node.js",
  "main": "build/src/index.js",
  "types": "build/src/index.d.ts",
  "files": [
    "build/src"
  ],
  "license": "MIT",
  "keywords": [],
  "scripts": {
    "start": "ts-node src/test.ts",
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "gts lint",
    "clean": "gts clean",
    "compile": "tsc",
    "fix": "gts fix",
    "prepare": "npm.cmd run compile",
    "pretest": "npm.cmd run compile",
    "posttest": "npm.cmd run lint"
  },
  "devDependencies": {
    "@types/ffi-napi": "^4.0.10",
    "@types/ref-napi": "^3.0.12",
    "node-vad": "^1.1.4",
    "speaker": "^0.5.4",
    "ts-node": "^10.9.2"
  },
  "dependencies": {
    "@types/node": "^20.10.4",
    "@types/ref-array-di": "^1.2.8",
    "@types/ref-struct-di": "^1.1.12",
    "ffi-napi": "npm:@breush/ffi-napi@^4.0.13",
    "gts": "^5.2.0",
    "ref-array-di": "^1.2.2",
    "ref-napi": "npm:@breush/ref-napi@^4.0.9",
    "ref-struct-di": "^1.1.1",
    "typescript": "^5.3.3"
  }
}
