{
  "author": "onjmin",
  "license": "MIT",
  "name": "@onjmin/dtm",
  "version": "2.1.23",
  "description": "MMLを中間言語に用いた、モバイルファーストなDAW / ピアノロール打ち込みコンポーネント",
  "homepage": "https://onjmin.github.io/dtm",
  "repository": {
    "type": "git",
    "url": "https://github.com/onjmin/dtm.git"
  },
  "bugs": {
    "url": "https://github.com/onjmin/dtm/issues"
  },
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "keywords": [
    "piano-roll",
    "mml",
    "music",
    "sequencer",
    "editor",
    "daw",
    "mobile-first",
    "canvas",
    "web-audio"
  ],
  "volta": {
    "node": "22.15.1",
    "pnpm": "10.11.0"
  },
  "devDependencies": {
    "@biomejs/biome": "2.2.3",
    "@hono/node-server": "1.19.5",
    "@types/node": "26.1.1",
    "@xmldom/xmldom": "0.9.12",
    "esbuild": "0.28.1",
    "hono": "4.10.1",
    "rimraf": "6.0.1",
    "tsup": "8.5.1",
    "tsx": "4.20.6",
    "typedoc": "0.28.19",
    "typescript": "5.8.3"
  },
  "dependencies": {
    "@onjmin/chord-parser": "1.1.1",
    "@onjmin/koe": "1.0.11",
    "midi-json-parser": "8.1.74"
  },
  "scripts": {
    "dev": "rimraf dist && tsup && biome format src --write && tsx demo/server.ts",
    "build": "rimraf dist && tsup && biome format src --write",
    "check": "biome check src --write",
    "version": "tsx scripts/sync-version.ts && git add src/version.ts docs/dataset-provenance.md",
    "test": "tsx scripts/check-version.ts && tsx scripts/check-compose.ts && tsx scripts/check-registers.ts && tsx scripts/check-tracks.ts && tsx scripts/check-lyrics-fade.ts && tsx scripts/check-breath.ts && tsx scripts/check-phrase.ts && tsx scripts/check-speech-lyrics.ts && tsx scripts/check-pitch-glide.ts && tsx scripts/check-ust.ts && tsx scripts/check-musicxml.ts && tsx scripts/check-backing-audio.ts && tsx scripts/check-mml-meta.ts && tsx scripts/check-mml-chord.ts && tsx scripts/check-macro-state.ts",
    "patch": "pnpm version patch",
    "minor": "pnpm version minor",
    "major": "pnpm version major",
    "publish-dangerous-dont-use-this-command": "pnpm publish --access public"
  }
}