{
  "name": "@react-smufl/bravura",
  "private": false,
  "version": "0.1.7",
  "description": "React component library for rendering sheet music with Bravura music font",
  "repository": {
    "url": "https://github.com/Ossamoon/react-smufl",
    "type": "git",
    "directory": "packages/react-smufl-bravura"
  },
  "author": "Ossamoon <osamu950623@gmail.com>",
  "license": "MIT",
  "files": [
    "dist",
    "README.md"
  ],
  "type": "module",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "bugs": {
    "url": "https://github.com/Ossamoon/react-smufl/issues"
  },
  "keywords": [
    "react",
    "react-component",
    "music",
    "sheet-music",
    "music-score",
    "smufl",
    "standerderd-music-font-layout",
    "music-font",
    "buravura",
    "svg"
  ],
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "dependencies": {
    "@react-smufl/core": "^0.1.7"
  },
  "scripts": {
    "dev": "vite",
    "typecheck": "tsc --noEmit",
    "build": "vite build",
    "preview": "vite preview",
    "prepare": "npm run build"
  }
}
