{
  "name": "@echristian/edge-tts",
  "version": "0.0.14",
  "description": "Use Microsoft Edge's online text-to-speech service from JS code directly!",
  "keywords": [
    "tts"
  ],
  "homepage": "https://github.com/ericc-ch/pkg-placeholder",
  "bugs": "https://github.com/ericc-ch/pkg-placeholder/issues",
  "author": "Erick Christian <erickchristian48@gmail.com>",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/main.d.ts",
      "default": "./dist/main.js"
    }
  },
  "bin": {
    "@echristian/edge-tts": "./dist/cli.js"
  },
  "files": [
    "dist"
  ],
  "simple-git-hooks": {
    "pre-commit": "pnpm lint-staged"
  },
  "lint-staged": {
    "*": "eslint --fix"
  },
  "devDependencies": {
    "@echristian/eslint-config": "^0.0.18",
    "@types/node": "^22.13.1",
    "bumpp": "^10.0.2",
    "eslint": "^9.19.0",
    "knip": "^5.43.6",
    "lint-staged": "^15.4.3",
    "simple-git-hooks": "^2.11.1",
    "tsup": "^8.3.6",
    "tsx": "^4.19.2",
    "typescript": "^5.7.3",
    "vitest": "^3.0.5"
  },
  "dependencies": {
    "citty": "^0.1.6"
  },
  "scripts": {
    "build": "tsx ./scripts/build.ts",
    "lint": "eslint .",
    "release": "bumpp && pnpm publish --access public",
    "start": "tsx src/cli.ts",
    "typecheck": "tsc --noEmit"
  }
}