{
  "name": "edge-tts",
  "type": "module",
  "version": "1.0.1",
  "description": "Use Microsoft Edge's online text-to-speech service from JavaScript WITHOUT needing Microsoft Edge or Windows or an API key",
  "author": "f53",
  "license": "CC BY-NC-SA 4.0",
  "main": "index.ts",
  "types": "./out/index.d.ts",
  "files": ["out"],
  "scripts": {
    "build": "bun build.ts"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  },
  "dependencies": {
    "ws": "^8.16.0"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^2.13.3",
    "@types/bun": "latest",
    "@types/websocket": "^1.0.10",
    "bun-plugin-dts": "^0.2.2",
    "eslint": "^9.0.0"
  }
}
