{
  "name": "musicfetch-client",
  "version": "0.1.10",
  "license": "MIT",
  "scripts": {
    "dev": "tsc --watch",
    "build": "scripts/build",
    "build:clean": "rm -rf dist",
    "build:tsc": " tsc -b",
    "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": "^4.6.1",
    "rollup-plugin-dts": "^6.1.0"
  },
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./brands": {
      "types": "./dist/brands/index.d.ts",
      "default": "./dist/brands/index.js"
    },
    "./brands/*": {
      "types": "./dist/brands/*/index.d.ts",
      "default": "./dist/brands/*/index.js"
    }
  }
}
