{
  "name": "sakuramml",
  "type": "module",
  "collaborators": [
    "kujirahand <web@kujirahand.com>"
  ],
  "description": "MML(Music Macro Language) compiler, MML to MIDI",
  "version": "0.1.42",
  "license": "SEE LICENSE IN LICENSE",
  "repository": {
    "type": "git",
    "url": "https://github.com/kujirahand/sakuramml-rust"
  },
  "files": [
    "sakuramml_bg.wasm",
    "sakuramml.js",
    "sakuramml.d.ts"
  ],
  "main": "sakuramml.js",
  "homepage": "https://sakuramml.com",
  "types": "sakuramml.d.ts",
  "sideEffects": [
    "./snippets/*"
  ],
  "keywords": [
    "MML",
    "MIDI",
    "Compiler",
    "ABC",
    "music"
  ]
}