{
  "name": "musicxml-interfaces",
  "version": "0.0.21",
  "description": "MusicXML parser and serializer for JavaScript and TypeScript",
  "author": "Jocelyn Stericker",
  "license": "AGPL-3.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/ripieno/musicxml-interfaces"
  },
  "dependencies": {
    "@xmldom/xmldom": "^0.8.2"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.183",
    "@types/mkdirp": "^1.0.2",
    "@types/node": "^18.7.6",
    "lodash": "^4.17.21",
    "mkdirp": "^1.0.4",
    "typescript": "^4.7.4"
  },
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "browser": {
    "@xmldom/xmldom": false,
    "child_process": false
  },
  "files": [
    "builders.js",
    "builders.d.ts",
    "operations.d.ts",
    "operations.js",
    "lib/builders.d.ts",
    "lib/builders.js",
    "lib/index.d.ts",
    "lib/index.js",
    "lib/operations.d.ts",
    "lib/operations.js",
    "vendor/"
  ]
}
