UNPKG

@jeffy-g/live-midi-types

Version:

Common TypeScript types for Ableton Live MIDI clip and event data.

32 lines (31 loc) 663 B
{ "name": "@jeffy-g/live-midi-types", "version": "0.8.1", "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" ] }