{
  "name": "sounds-for-focus",
  "version": "0.1.0",
  "description": "Curated ambient sound catalog.",
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./audio/*": "./audio/*"
  },
  "files": ["dist", "audio", "LICENSE"],
  "scripts": {
    "prebuild": "rm -rf dist src/catalog.generated.ts",
    "generate": "bun scripts/build-catalog.ts",
    "build": "bun run generate && tsc -p tsconfig.json",
    "typecheck": "bun run generate && tsc -p tsconfig.json --noEmit",
    "prepublishOnly": "bun run build"
  },
  "engines": {
    "node": ">=18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/planetabhi/sounds-for-focus.git",
    "directory": "packages/sounds"
  },
  "homepage": "https://github.com/planetabhi/sounds-for-focus/tree/main/packages/sounds#readme",
  "bugs": {
    "url": "https://github.com/planetabhi/sounds-for-focus/issues"
  },
  "author": "@planetabhi",
  "devDependencies": {
    "typescript": "6.0.3",
    "@types/node": "25.6.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": ["ambient", "sounds", "audio", "moodist", "focus", "soundscape"],
  "license": "MIT"
}

