{
  "name": "@jeffy-g/live-midi-types",
  "version": "0.6.3",
  "description": "Common TypeScript types for Ableton Live MIDI clip and event data.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "author": "jeffy-g <hirotom1107@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jeffy-g/live-midi-types.git"
  },
  "keywords": [
    "ableton",
    "midi",
    "typescript",
    "types",
    "music"
  ]
}
