{
  "name": "cli-sound",
  "description": "Play a sound from your CLI app",
  "version": "1.1.3",
  "author": {
    "email": "hi@daniguardio.la",
    "name": "Dani Guardiola",
    "url": "https://dio.la/"
  },
  "license": "MIT",
  "type": "module",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepare": "tshy",
    "publish": "changeset publish",
    "test": "tsx test/index.ts",
    "cli": "tsx src/cli.ts"
  },
  "devDependencies": {
    "@changesets/cli": "^2.26.2",
    "@types/find-exec": "^1.0.2",
    "@typescript-eslint/eslint-plugin": "^6.10.0",
    "@typescript-eslint/parser": "^6.10.0",
    "bun-types": "latest",
    "eslint": "^8.53.0",
    "eslint-plugin-import": "^2.29.0",
    "eslint-plugin-simple-import-sort": "^10.0.0",
    "prettier": "^3.0.3",
    "prettier-plugin-jsdoc": "^1.1.1",
    "tshy": "^1.8.0",
    "tsx": "^4.1.0",
    "typescript": "^5.2.2"
  },
  "bin": {
    "cli-sound": "./dist/esm/cli.js"
  },
  "tshy": {
    "exports": {
      "./package.json": "./package.json",
      ".": "./src/index.ts"
    }
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      },
      "require": {
        "types": "./dist/commonjs/index.d.ts",
        "default": "./dist/commonjs/index.js"
      }
    }
  },
  "main": "./dist/commonjs/index.js",
  "types": "./dist/commonjs/index.d.ts",
  "dependencies": {
    "find-exec": "^1.0.3"
  }
}
