{
  "name": "midifile-ts",
  "version": "1.5.2",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "scripts": {
    "build": "rollup -c",
    "test": "jest"
  },
  "author": "ryohey",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ryohey/midifile-ts.git"
  },
  "bugs": {
    "url": "https://github.com/ryohey/midifile-ts/issues"
  },
  "homepage": "https://github.com/ryohey/midifile-ts/",
  "devDependencies": {
    "@types/jest": "27.4.1",
    "@types/node": "17.0.30",
    "jest": "^27.5.1",
    "rollup": "2.71.1",
    "rollup-plugin-ts": "^2.0.7",
    "ts-jest": "^27.1.4",
    "typescript": "4.6.4"
  }
}
