{
  "name": "mc-uta",
  "version": "1.1.6",
  "description": "A mineflayer plugin allowing for advanced interaction with note blocks.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepare": "npm build run"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Camezza/MC-Uta.git"
  },
  "author": "firejoust",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Camezza/MC-Uta/issues"
  },
  "homepage": "https://github.com/Camezza/MC-Uta#readme",
  "dependencies": {
    "@tonejs/midi": "^2.0.25",
    "fs": "^0.0.1-security",
    "mineflayer": "^2.41.0",
    "timsort": "^0.3.0"
  },
  "devDependencies": {
    "@types/node": "^14.14.22",
    "@types/timsort": "^0.3.0"
  }
}
