{
  "name": "m4a-stems",
  "version": "0.3.0",
  "description": "Read and write multi-track M4A Stems files with karaoke extensions",
  "main": "src/index.js",
  "type": "module",
  "exports": {
    ".": "./src/index.js",
    "./extractor": "./src/extractor.js"
  },
  "bin": {
    "m4a-stems": "./bin/cli.js"
  },
  "scripts": {
    "test": "node --test test/integrity.test.js && node test/extractor.test.js",
    "test:watch": "node --test --watch",
    "test:coverage": "c8 --reporter=text --reporter=lcov --reporter=html sh -c 'node --test test/integrity.test.js && node test/extractor.test.js'",
    "lint": "eslint src test",
    "lint:fix": "eslint src test --fix"
  },
  "keywords": [
    "m4a",
    "stems",
    "karaoke",
    "audio",
    "multitrack",
    "traktor",
    "ni-stems",
    "mp4",
    "ffmpeg",
    "browser",
    "isomorphic",
    "web-audio"
  ],
  "author": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/monteslu/m4a-stems.git"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "music-metadata": "^11.9.0"
  },
  "devDependencies": {
    "c8": "^10.1.3",
    "eslint": "^9.0.0"
  },
  "files": [
    "src/",
    "bin/",
    "README.md",
    "LICENSE"
  ]
}
