{
  "name": "@chordbook/editor",
  "version": "0.0.7",
  "type": "module",
  "description": "The ChordPro editor used by ChordBook.app",
  "module": "dist/index.js",
  "main": "dist/index.cjs",
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "dev": "vite",
    "prepare": "tsup src/index.ts --format esm,cjs --minify --dts --sourcemap",
    "build": "vite build --outDir demo",
    "preview": "vite preview",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chordbook/editor.git"
  },
  "keywords": [
    "chordpro",
    "guitar",
    "ukulele",
    "editor",
    "ace"
  ],
  "author": "Brandon Keepers",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/chordbook/editor/issues"
  },
  "homepage": "https://github.com/chordbook/editor#readme",
  "engines": {
    "node": ">=16"
  },
  "dependencies": {
    "@chordbook/codemirror-lang-chordpro": "^0.0.3",
    "@codemirror/autocomplete": "^6.15.0",
    "@codemirror/commands": "^6.3.3",
    "@codemirror/language": "^6.10.1",
    "@codemirror/lint": "^6.5.0",
    "@codemirror/search": "^6.5.6",
    "@codemirror/state": "^6.4.1",
    "@codemirror/theme-one-dark": "^6.1.2",
    "@codemirror/view": "^6.26.0"
  },
  "devDependencies": {
    "tsup": "^8.0.2",
    "typescript": "^5.4.2",
    "vite": "^5.1.6"
  }
}
