{
  "name": "@abc-editor/react",
  "version": "0.0.4",
  "author": "fa-sharp",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/fa-sharp/abc-notation-editor",
    "directory": "packages/react"
  },
  "description": "ABC notation visual editor - React components",
  "type": "module",
  "files": [
    "dist"
  ],
  "main": "dist/abc-editor.umd.cjs",
  "module": "dist/abc-editor.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "music",
    "notation",
    "editor",
    "abc",
    "abcjs",
    "typescript",
    "react"
  ],
  "peerDependencies": {
    "abcjs": "^6.2",
    "react": "^18",
    "react-dom": "^18"
  },
  "devDependencies": {
    "@types/node": "^20.12.7",
    "@types/react": "^18.2.79",
    "@types/react-dom": "^18.2.25",
    "@typescript-eslint/eslint-plugin": "^7.7.0",
    "@typescript-eslint/parser": "^7.7.0",
    "@vitejs/plugin-react": "^4.2.1",
    "clsx": "^2.1.0",
    "eslint": "^8.57.0",
    "eslint-plugin-react": "^7.34.1",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.6",
    "puro": "^0.8.4",
    "typescript": "^5.4.5",
    "typescript-plugin-css-modules": "^5.1.0",
    "vite": "^5.2.10",
    "vite-plugin-dts": "^3.8.3",
    "vite-tsconfig-paths": "^4.3.2"
  },
  "dependencies": {
    "tonal": "^6.0.1",
    "@abc-editor/core": "^0.0.4"
  },
  "scripts": {
    "dev": "vite",
    "build": "rimraf dist && tsc && vite build",
    "lint": "eslint . --ext ts,tsx --report-unused-disable-directives",
    "preview": "vite preview",
    "typecheck": "tsc --noEmit"
  }
}