{
  "name": "smoosic",
  "version": "1.0.39",
  "devDependencies": {
    "copy-webpack-plugin": "^12.0.2",
    "jquery": "^3.6.0",
    "ts-node": "^10.9.2",
    "webpack": "^5.89.0",
    "webpack-cli": "^4.7.2"
  },
  "types": "./types/src/application/exports.ts",
  "dependencies": {
    "@types/qunit": "^2.19.11",
    "express": "^5.1.0",
    "midi-parser-js": "^4.0.4",
    "midi-writer-js": "^3.1.1",
    "smplr": "^0.16.3",
    "soundfont2": "^0.4.0",
    "standardized-audio-context": "^25.3.58",
    "ts-loader": "^9.2.5",
    "typedoc": "^0.28.14",
    "typescript": "^5.9.3",
    "vexflow_smoosic": "4.2.11",
    "vue": "^3.5.25",
    "vue-loader": "^17.4.2",
    "xmldom": "^0.6.0"
  },
  "main": "build/smoosic.js",
  "description": "<sub>[Github site](https://github.com/Smoosic/smoosic) | [source documentation](https://smoosic.github.io/Smoosic/release/docs/modules.html) | [change notes](https://aarondavidnewman.github.io/Smoosic/changes.html) | [demo](https://smoosic.github.io/Smoosic/release/html/smoosic.html)<sub>",
  "directories": {
    "test": "tests"
  },
  "browser": {
    "fs": false,
    "path": false,
    "os": false
  },
  "scripts": {
    "test": "exit 0",
    "server": "node ./build/index.js",
    "build": "node ./build/build.js",
    "types": "node ./build/build.js types",
    "typedoc": "node ./node_modules/typedoc/bin/typedoc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Smoosic/Smoosic.git"
  },
  "keywords": [
    "music",
    "engraving",
    "notation",
    "audio",
    "midi",
    "musicxml"
  ],
  "author": "Aaron D Newman",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Smoosic/Smoosic/issues"
  },
  "homepage": "https://github.com/Smoosic/Smoosic#readme",
  "publishConfig": {
    "@AaronDavidNewman:registry": "https://npm.pkg.github.com"
  }
}
