{
  "name": "voice2text",
  "version": "0.5.6",
  "description": "speech to text functionality with minimum configuration and maximum compatibility",
  "main": "dist/voice2text.js",
  "types": "dist/voice2text.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "type": "module",
  "readme": "README.md",
  "scripts": {
    "format": "npx prettier --write .",
    "test": "echo \"Error: no test specified\" && exit 1",
    "build-vosk": "cd vosk-browser/lib && npm run build",
    "build": "rollup --config rollup.config.js",
    "postbuild": "cat types/*.d.ts >> dist/voice2text.d.ts && rm -r dist/voice && rm dist/processor.d.ts && rm -r dist/converters && rm -r dist/text"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/m-abdi/voice2text.git"
  },
  "keywords": [
    "vosk",
    "whisper",
    "stt",
    "asr",
    "speech to text",
    "wasm",
    "voice to text",
    "webvtt"
  ],
  "author": "Mehdi Abdi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/m-abdi/voice2text/issues"
  },
  "homepage": "https://github.com/m-abdi/voice2text#readme",
  "devDependencies": {
    "@rollup/plugin-typescript": "^11.1.6",
    "@web/rollup-plugin-import-meta-assets": "^2.2.1",
    "css-loader": "^6.8.1",
    "dotenv": "^16.3.1",
    "prettier": "3.1.0",
    "rollup": "^4.9.6",
    "style-loader": "^3.3.3",
    "ts-loader": "^9.5.1",
    "typescript": "^5.2.2"
  },
  "dependencies": {
    "tslib": "^2.6.2",
    "uuid": "^9.0.1"
  }
}
