{
  "name": "musicfetch",
  "version": "1.1.2",
  "license": "MIT",
  "scripts": {
    "dev": "tsc --watch",
    "build": "scripts/build",
    "link-package": "scripts/link",
    "build:clean": "rm -rf dist",
    "build:tsc": "tsc -b",
    "build:types": "tsc --emitDeclarationOnly",
    "build:rollup": "yarn build:clean && rollup --config rollup.config.mjs --bundleConfigAsCjs",
    "build:svg": "node build/svgToJs",
    "build2": "rm -rf dist && tsc -b",
    "stamp": "scripts/version",
    "release": "scripts/publish",
    "prepack": "npm run build",
    "test:types": "tsc --noEmit",
    "test": "yarn test:types"
  },
  "devDependencies": {
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-typescript": "^11.1.6",
    "rollup": "^4.6.1",
    "rollup-plugin-copy": "^3.5.0",
    "rollup-plugin-dts": "^6.1.0",
    "typescript": "^5.4.5"
  },
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/cjs/index.d.ts",
      "import": "./dist/es/index.js",
      "default": "./dist/cjs/index.js"
    },
    "./react": {
      "types": "./dist/es/react/index.d.ts",
      "import": "./dist/es/react/index.js",
      "default": "./dist/cjs/react/index.js"
    },
    "./brands": {
      "types": "./dist/es/brands/index.d.ts",
      "import": "./dist/es/brands/index.js",
      "default": "./dist/cjs/brands/index.js"
    },
    "./brands/*": {
      "types": "./dist/es/brands/*/index.d.ts",
      "import": "./dist/es/brands/*/index.js",
      "default": "./dist/cjs/brands/*/index.js"
    },
    "./brands/*/icon.svg": {
      "default": "./dist/cjs/brands/*/icon.svg"
    }
  }
}
