{
  "name": "vibing-supply",
  "version": "0.3.1",
  "description": "Track what you listen to while you code — a local play-history daemon any agent can read. Works with any macOS music app, best with Spotify.",
  "bin": {
    "vibing-supply": "cli.js"
  },
  "files": [
    "cli.js",
    "telemetry.js",
    "distribution.json",
    "skills/music/",
    "README.md"
  ],
  "scripts": {
    "test": "node --test test/*.test.js"
  },
  "engines": {
    "node": ">=14"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Yukioa2z/vibes.git"
  },
  "keywords": [
    "claude-code",
    "claude",
    "music",
    "vibe",
    "now-playing",
    "macos"
  ],
  "os": [
    "darwin"
  ]
}
