{
  "name": "@nomercy-entertainment/nomercy-music-player",
  "version": "1.0.1",
  "description": "Full event-driven music player without a UI.",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NoMercy-Entertainment/nomercy-music-player.git"
  },
  "contributors": [
    "Stoney Eagle <stoney@nomercy.tv>"
  ],
  "homepage": "https://github.com/NoMercy-Entertainment/nomercy-music-player",
  "author": {
    "name": "NoMercy Entertainment",
    "email": "info@nomercy.tv",
    "url": "https://nomercy.tv"
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "src",
    "./*"
  ],
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.cjs"
      }
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "tsup",
    "lint": "eslint --fix .",
    "test": "jest --config jest.config.cjs",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "music",
    "player",
    "NoMercy"
  ],
  "dependencies": {
    "@nomercy-entertainment/media-session": "^1.1.1"
  },
  "peerDependencies": {
    "audiomotion-analyzer": ">=4.5.0",
    "hls.js": ">=1.6.0"
  },
  "peerDependenciesMeta": {
    "audiomotion-analyzer": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/jest": "29.5.14",
    "hls.js": "1.6.15",
    "@typescript-eslint/eslint-plugin": "6.0.0",
    "@typescript-eslint/parser": "6.0.0",
    "audiomotion-analyzer": "4.5.4",
    "eslint": "8.0.0",
    "jest": "29.7.0",
    "ts-jest": "29.2.5",
    "tsup": "^8.5.1",
    "typescript": "5.3.3"
  },
  "overrides": {
    "@babel/helpers": ">=7.26.10",
    "flatted": ">=3.4.2",
    "picomatch": ">=2.3.2",
    "brace-expansion": ">=1.1.13"
  },
  "resolutions": {
    "flatted": ">=3.4.2",
    "picomatch": ">=2.3.2",
    "brace-expansion": ">=1.1.13"
  },
  "publishConfig": {
    "access": "public"
  }
}
