{
  "name": "@waveform-playlist/annotations",
  "version": "12.0.7",
  "description": "Annotation support for waveform-playlist",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "sideEffects": false,
  "keywords": [
    "waveform",
    "audio",
    "annotations",
    "waveform-playlist"
  ],
  "author": "Naomi Aro",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/naomiaro/waveform-playlist.git",
    "directory": "packages/annotations"
  },
  "homepage": "https://naomiaro.github.io/waveform-playlist",
  "bugs": {
    "url": "https://github.com/naomiaro/waveform-playlist/issues"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "devDependencies": {
    "@types/react": "^18.3.31",
    "@types/styled-components": "^5.1.36",
    "tsup": "^8.5.1",
    "typescript": "^5.9.3",
    "vitest": "^3.2.6",
    "@waveform-playlist/browser": "15.4.0"
  },
  "dependencies": {
    "@waveform-playlist/core": "12.6.1",
    "@waveform-playlist/ui-components": "13.2.0"
  },
  "peerDependencies": {
    "@dnd-kit/react": "^0.3.0",
    "react": "^18.0.0",
    "styled-components": "^6.0.0",
    "@waveform-playlist/browser": "^15.4.0"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest"
  }
}