{
  "author": {
    "name": "Ron Dekker",
    "url": "https://rondekker.nl"
  },
  "name": "node-audiorecorder",
  "version": "3.0.0",
  "description": "Record audio via node using SoX or Arecord.",
  "license": "MIT",
  "keywords": [
    "audio",
    "recording",
    "sox",
    "rec",
    "arecord",
    "wav",
    "wave"
  ],
  "homepage": "https://github.com/RedKenrok/node-audiorecorder#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RedKenrok/node-audiorecorder.git"
  },
  "bugs": {
    "url": "https://github.com/RedKenrok/node-audiorecorder/issues"
  },
  "main": "library/index.js",
  "files": [
    "library/"
  ],
  "scripts": {
    "lint": "eslint library/**.js test/**.js examples/**.js --fix",
    "test": "nyc --reporter=text ava test/module.js test/options.js --verbose",
    "test-all": "nyc --reporter=text ava test/module.js test/options.js test/extra.js --verbose",
    "posttest": "eslint library/**.js test/**.js examples/**.js"
  },
  "devDependencies": {
    "ava": "^4.0.1",
    "eslint": "^8.9.0",
    "nyc": "^15.1.0"
  }
}
